[issue10106] missing packages

Brett Cannon report at bugs.python.org
Thu Oct 14 19:56:13 CEST 2010


Brett Cannon <brett at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10106>
_______________________________________


More information about the Python-bugs-list mailing list