hi there,

I recently installed the `asciidoc` port (MacOS 10.4.11) and
I noted that the first line in the python source of `asciidoc`
reads:

#!/usr/bin/env python

which finds the system's python binary in /usr/bin. at least
for me this is version 2.3.5 but, `asciidoc' needs the macports
provided python2.5. so the first line should read

#!/usr/bin/env python2.5

or probably even better specify directly the path to the
correct python executable.

I presume...

regards,

joerg

_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to