#16511: zeroinstall-injector fails with pygtk problem -----------------------------------+---------------------------------------- Reporter: wsc9tt@… | Owner: afb@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: pygtk Port: zeroinstall-injector | -----------------------------------+---------------------------------------- Comment(by afb@…): Another way to get the same problem (besides not having MacPorts first in your $PATH), is to not have any `python` program (that is, not having run `python_select python25`) Zero Install assumes that it can use "#!/usr/bin/env python" Guess it should be patched to run python with the absolute path and version to avoid these problems, something like: `#!/opt/local/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python` -- Ticket URL: <http://trac.macports.org/ticket/16511#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS