On 09/13/2011 07:54 PM, Christopher Jones wrote:
In the configure script there are hacks like

pythonvers=`python -c 'import sys; sys.stdout.write(sys.version[:3])'`

… so basically it picks up whatever the user has as there default
'python' version and uses that as the version. This explains why I get
the output above, and why on Lion python 2.7 seems OK but 2.6 fails,
whilst when I was still on SL, 2.6 was OK and 2.7 failed.

I'll raise the issue with the root devs, to see if it would be possible
to fix this…

As an example, for vim I hacked a --with-python=/path/to/bin/python into the configure script which will be used instead of plain "python". This way I can pass --with-python=${prefix}/bin/python2.7 in the +python27 variant.

Rainer
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to