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 pitrou
Recipients ncoghlan, pitrou
Date 2012-12-28.20:22:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356726163.27.0.125833225728.issue16804@psf.upfronthosting.co.za>
In-reply-to
Content
$ python3.4 -S -m site
sys.path = [
    '',
    '/home/antoine/opt/lib/python34.zip',
    '/home/antoine/opt/lib/python3.4/',
    '/home/antoine/opt/lib/python3.4/plat-linux',
    '/home/antoine/opt/lib/python3.4/lib-dynload',
]
Traceback (most recent call last):
  File "/home/antoine/opt/lib/python3.4/runpy.py", line 160, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/home/antoine/opt/lib/python3.4/runpy.py", line 73, in _run_code
    exec(code, run_globals)
  File "/home/antoine/opt/lib/python3.4/site.py", line 640, in <module>
    _script()
  File "/home/antoine/opt/lib/python3.4/site.py", line 612, in _script
    "exists" if os.path.isdir(USER_BASE) else "doesn't exist"))
  File "/home/antoine/opt/lib/python3.4/genericpath.py", line 42, in isdir
    st = os.stat(s)
TypeError: stat: can't specify None for path argument
History
Date User Action Args
2012-12-28 20:22:43pitrousetrecipients: + pitrou, ncoghlan
2012-12-28 20:22:43pitrousetmessageid: <1356726163.27.0.125833225728.issue16804@psf.upfronthosting.co.za>
2012-12-28 20:22:43pitroulinkissue16804 messages
2012-12-28 20:22:42pitroucreate