#14081: py-gobject and dependents' configure builds using the wrong (/usr/bin/python) version 2.3 ----------------------------+----------------------------------------------- Reporter: aphor@mac.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: python configure ----------------------------+----------------------------------------------- Comment (by afb@macports.org): Back when py-gtk2 was in use (it's now deprecated for py25-gtk), the python24 port '''did''' provide a /opt/local/bin/python (but it was removed in r28120 to make room for python25). But nowadays it is required to either patch all the old python ports or run python_select. Replying to [ticket:14081 aphor@mac.com]:
Workaround: prepend /opt/local/bin to your path, and symlink /opt/local/bin/python2.4 to /opt/local/bin/python because these configure scripts choose their python version by the first executable 'python' on the PATH.
Or install the python_select port and run `python_select python24`, which does the same thing... -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14081#comment:2> MacPorts </projects/macports> Ports system for Mac OS