Message136532
| 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:21 | Philip.Drew | set | recipients:
+ Philip.Drew, ezio.melotti |
| 2011年05月22日 14:53:21 | Philip.Drew | set | messageid: <1306076001.63.0.241373510652.issue12140@psf.upfronthosting.co.za> |
| 2011年05月22日 14:53:21 | Philip.Drew | link | issue12140 messages |
| 2011年05月22日 14:53:20 | Philip.Drew | create |
|