[Idle-dev] Idle with Python25 'AND' Python30

nlneilson neilnln at hotmail.com
Mon Feb 11 14:59:25 CET 2008


Thanks Tal, it works great.

Tal Einat wrote:
> 
> nlneilson wrote:
>>
>> How can Idle be run with Python25 and also be able to run with Python30??
>>
> [snip]
>>
>> 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
>>
> [snip]
> 
> Try this: (works for any Python script)
> C:\Python25\python.exe C:\Python25\Lib\idlelib\idle.py
> 
> Or the shorter and simpler: (works only with modules)
> C:\Python25\python.exe -m idlelib.idle
> 
> 
> - Tal
> _______________________________________________
> IDLE-dev mailing list
> IDLE-dev at python.org
> http://mail.python.org/mailman/listinfo/idle-dev
> 
> 

-- 
View this message in context: http://www.nabble.com/Idle-with-Python25-%27AND%27-Python30-tp15357220p15411985.html
Sent from the Python - idle-dev mailing list archive at Nabble.com.



More information about the IDLE-dev mailing list