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 Arfrever, brett.cannon, ncoghlan, python-dev, serhiy.storchaka, zach.ware
Date 2013-02-25.21:48:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361828893.98.0.616339009257.issue17220@psf.upfronthosting.co.za>
In-reply-to
Content
I dug into http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/1517/steps/compile/logs/stdio and found this traceback:

EXEC : Fatal Python error : Py_Initialize: unable to load the file system codec [C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\ssl.vcxproj]
  Traceback (most recent call last):
    File "<frozen importlib._bootstrap>", line 1570, in _find_and_load
    File "<frozen importlib._bootstrap>", line 1537, in _find_and_load_unlocked
    File "<frozen importlib._bootstrap>", line 572, in _check_name_wrapper
    File "<frozen importlib._bootstrap>", line 1035, in load_module
    File "<frozen importlib._bootstrap>", line 1016, in load_module
    File "<frozen importlib._bootstrap>", line 536, in module_for_loader_wrapper
    File "<frozen importlib._bootstrap>", line 859, in is_package
    File "<frozen importlib._bootstrap>", line 77, in _path_split
  ValueError: too many values to unpack (expected 2)

Looks like Serhiy forgot to cap the rsplit() call to a single split (which rpartition does implicitly). I'll fix it shortly.
History
Date User Action Args
2013-02-25 21:48:14brett.cannonsetrecipients: + brett.cannon, ncoghlan, Arfrever, python-dev, zach.ware, serhiy.storchaka
2013-02-25 21:48:13brett.cannonsetmessageid: <1361828893.98.0.616339009257.issue17220@psf.upfronthosting.co.za>
2013-02-25 21:48:13brett.cannonlinkissue17220 messages
2013-02-25 21:48:13brett.cannoncreate