-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
hi,
a new Python, version 2.6.2, is now available on stable. this is *not* the default Python; it is installed in /opt/ts/python/2.6, and to use it, you should write something like this at the top of your script:
#! /opt/ts/python/2.6/bin/python
all previously-installed modules are also available with the new Python. the problem with $PYTHONPATH is also fixed, so there is no longer any need to set that to use any modules.
i recommend all projects which use Python change to 2.6, as any new module requests will only be built for this version.
- river.
River Tarnell ha scritto: [...]
ld write something like this at the top of your script:
#! /opt/ts/python/2.6/bin/python
What about creating "/usr/bin/python2.6" as symbolic link?
Python version 2.4 and 2.5 are already available as "/usr/bin/python2.4" and "/usr/bin/python2.5".
Thanks,
toolserver-l@lists.wikimedia.org