How can Idle be run with Python25 and also be able to run with Python30?? What command line parameters, or in a batch file, can be used to specify that Idle that came with 2.5 can be run with Python25 and the Idle that came with 3.0 can run with Python30?
With PyScripter I was able to do this: C:\"Program Files"\PyScripterv1.9.9.1\PyScripter.exe --pythondllpath=C:\Python30 After several hours of tinkering I was unable to get Idle to run with Python25. I tried this and many others: C:\Python25\Lib\idlelib\idle.py pythondllpath=C:\Python25 The python path has been removed from the OS path. python25.dll and python30.dll are in system32 folder. python25.dll is in the Python25 folder python30.dll is in the Python30 folder I have many 2.5 programs and am now switching to 3.0. I would appreciate help to be able to use Idle with both. -- View this message in context: http://www.nabble.com/Idle-with-Python25-%27AND%27-Python30-tp15357220p15357220.html Sent from the Python - idle-dev mailing list archive at Nabble.com. _______________________________________________ IDLE-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/idle-dev
