Hi,
the simplest solution is to launch DrPython with the desired version of Python
but I had an idea:
I modified the code of drpython.py in order to execute the script with the version given in the first line of the script (e.g. #!/usr/bin/python2.5 to force version 2.5 instead of the defaut one)
After line 2425:
it was originally
else:
self.runcommand((self.pythexec...
2009-05-17 17:40:42 UTC in DrPython