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 rugburnpy
Recipients Chris.Leaf, loewis, rugburnpy
Date 2010-11-24.00:20:07
SpamBayes Score 0.0001459023
Marked as misclassified No
Message-id <1290558010.25.0.96210039779.issue9404@psf.upfronthosting.co.za>
In-reply-to
Content
Had this issue.. figured out what's causing it... definitively.

I had an earlier version of python installed, and I created a pythonhome user variable: "c:\python24."

I'm now using Python 2.5, and that old variable was:
1.) Keeping me from opening the IDLE
2.) Keeping the console from finding the os module.  This is also the source of the import os error.

TO FIX:
- modify the pythonhome variable to your current version, or.. remove it.

-Dmark
www.dmarkphotography.com
History
Date User Action Args
2010-11-24 00:20:10rugburnpysetrecipients: + rugburnpy, loewis, Chris.Leaf
2010-11-24 00:20:10rugburnpysetmessageid: <1290558010.25.0.96210039779.issue9404@psf.upfronthosting.co.za>
2010-11-24 00:20:07rugburnpylinkissue9404 messages
2010-11-24 00:20:07rugburnpycreate