Brett Cannon <br...@python.org> added the comment:

I'm now a Windows user, so there might be a better way to solve this, but...

Run ``python -v`` and see what it says about why 'site' was not imported. You 
can also verify that site.py is readable by Python by checking that its 
directory location is listed in sys.path and that you can read the file from 
the prompt.

Beyond that I am out of my element as it is probably a Windows-specific issue.

----------

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

Reply via email to