Is there a different version if IDLE for Python 3.0(Python 300, Py3k)?? If there is, how do I download it?
tomtetlaw -1 Posting Pro
Recommended Answers
Jump to PostI you are on Windows and have several versions of Python installed, you can write a little batch file to make sure the IDLE of the correct version is runnig:
…REM a batch file to force IDLE to use Pyhon30 REM saved as IDLE30.bat C:\Python30\pythonw.exe -u C:\Python30\Lib\idlelib\idle.pyw
Jump to PostThanks for the info, we can now stop scratching our heads!
All 5 Replies
shadwickman 159 Posting Pro in Training
JasonHippy 739 Practically a Master Poster
Ene Uran 638 Posting Virtuoso
tomtetlaw -1 Posting Pro
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.