demarcus <pyt...@dmarkphotography.com> added the comment:

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

----------
nosy: +rugburnpy
versions:  -Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9404>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to