On Sun, Nov 09, 2008 at 07:16:17PM -0500, Charles Darwin said: [...] > $ zenmap > File "/Volumes/neo/opt/bin/zenmap", line 102, in <module> > import zenmapGUI.App > File "/Volumes/neo/opt/lib/python2.5/site-packages/zenmapGUI/App.py", > line 34, in <module> > import gtk > Error in sys.excepthook: > Traceback (most recent call last): > File "/Volumes/neo/opt/bin/zenmap", line 47, in excepthook > import gtk > ImportError: No module named gtk
So here zenmap can't load the gtk module, but [...] > > $ /Volumes/neo/opt/bin/python2.5 -c 'import gtk' # this fires up Xquatz this works...odd. Do you have the python_select port installed, and used it to select 2.5 as the default? Also, which version of the python25 port is installed (port installed python25). If the active one isn't 2.5.2_5, you should upgrade it. Bryan > > Charles > _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
