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 brett.cannon
Recipients S.S, brett.cannon
Date 2010-10-14.17:56:32
SpamBayes Score 2.9034685e-05
Marked as misclassified No
Message-id <1287078994.27.0.811380376906.issue10106@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not 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.
History
Date User Action Args
2010-10-14 17:56:34brett.cannonsetrecipients: + brett.cannon, S.S
2010-10-14 17:56:34brett.cannonsetmessageid: <1287078994.27.0.811380376906.issue10106@psf.upfronthosting.co.za>
2010-10-14 17:56:32brett.cannonlinkissue10106 messages
2010-10-14 17:56:32brett.cannoncreate