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 Acebulf
Recipients Acebulf
Date 2013-04-08.04:02:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365393750.31.0.128418194093.issue17658@psf.upfronthosting.co.za>
In-reply-to
Content
So I tried to open Python33\python.exe and it's trying to load codecs from Python 2.7 which I think has to be the cause of the problem. When it raises CodecRegistryError, the 2.7 syntax is wrong for 3.3 and causes a SyntaxError.

Fatal Python error: Py_Initialize: unable to load system file codec
  File "C:\Python27\Lib\encodings\__init__.py", line 123
    raise CodecRegistryError,\
                            ^

SyntaxError: invalid syntax
History
Date User Action Args
2013-04-08 04:02:30Acebulfsetrecipients: + Acebulf
2013-04-08 04:02:30Acebulfsetmessageid: <1365393750.31.0.128418194093.issue17658@psf.upfronthosting.co.za>
2013-04-08 04:02:30Acebulflinkissue17658 messages
2013-04-08 04:02:30Acebulfcreate