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 Philip.Drew
Recipients Philip.Drew, ezio.melotti
Date 2011-05-22.14:53:20
SpamBayes Score 8.713806e-07
Marked as misclassified No
Message-id <1306076001.63.0.241373510652.issue12140@psf.upfronthosting.co.za>
In-reply-to
Content
The site module is in the right place
This is what I got running the -v flag: (I don't know what you're looking for)

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\PWTD>c:\Python27\python.exe -v
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
ImportError: No module named site
# clear __builtin__._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.exitfunc
# clear sys.exc_type
# clear sys.exc_value
# clear sys.exc_traceback
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.flags
# clear sys.float_info
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup __main__
# cleanup[1] zipimport
# cleanup[1] signal
# cleanup[1] exceptions
# cleanup[1] _warnings
# cleanup sys
# cleanup __builtin__
# cleanup ints: 6 unfreed ints
# cleanup floats

C:\Users\PWTD>c:\Python27\python.exe
ImportError: No module named site
History
Date User Action Args
2011-05-22 14:53:21Philip.Drewsetrecipients: + Philip.Drew, ezio.melotti
2011-05-22 14:53:21Philip.Drewsetmessageid: <1306076001.63.0.241373510652.issue12140@psf.upfronthosting.co.za>
2011-05-22 14:53:21Philip.Drewlinkissue12140 messages
2011-05-22 14:53:20Philip.Drewcreate