Opened 7 years ago
Closed 7 years ago
#55777 closed defect (worksforme)
gnuradio @3.7.11_6 configure failure : cannot find pygtk
Reported by: | dimkab | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | gnuradio |
Description
The problem seems to be here:
:info:configure -- Python checking for pygtk >= 2.10.0 - not found
Attachments (2)
Change History (7)
Changed 7 years ago by dimkab
Attachment: | CMakeOutput.log added |
---|
Changed 7 years ago by dimkab
comment:1 Changed 7 years ago by dimkab
Cc: | dimkab added |
---|
comment:2 Changed 7 years ago by mf2k (Frank Schima)
Cc: | dimkab removed |
---|---|
Owner: | set to michaelld |
Status: | new → assigned |
comment:3 Changed 7 years ago by michaelld (Michael Dickens)
OK. What do the following commands return:
port installed py27-pygtk
If the above returns something with "(active)", then:
/opt/local/bin/python2.7 -c "import pygtk; print pygtk._get_available_versions()"
comment:4 Changed 7 years ago by dimkab
The issue was with the cairo/py27-cairo packages: trying to do import cairo
resulted in an error. After manually rebuilding those two, problem solved.
comment:5 Changed 7 years ago by michaelld (Michael Dickens)
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
OK thanks for reporting back.
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainers (
port info --maintainers gnuradio
), if any.As reporter, you do not need to Cc yourself.