This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oldschoolburke
Recipients MrE.Merry, oldschoolburke
Date 2013-10-24.09:31:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382607104.79.0.920646824091.issue19367@psf.upfronthosting.co.za>
In-reply-to
Content
Hi MrE.Merry,


There may be a file clashing with the normal python files. 

I guess, you could take a look into your Python directory, and see if you have .py file which has a name of another python module/keyword, causing it to conflict with the normal module in python. Remove that/those files, or move that/those files to some other directory, and see if IDLE starts working for you again. I would suggest you look in your main python directory and see if there are any .py files that you could move to different places.

Or, simply, you can cut all files with .py extension, paste them in a place different from the os path. Run the IDLE again.
History
Date User Action Args
2013-10-24 09:31:44oldschoolburkesetrecipients: + oldschoolburke, MrE.Merry
2013-10-24 09:31:44oldschoolburkesetmessageid: <1382607104.79.0.920646824091.issue19367@psf.upfronthosting.co.za>
2013-10-24 09:31:44oldschoolburkelinkissue19367 messages
2013-10-24 09:31:44oldschoolburkecreate