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 Karen.KarenL
Recipients Gösta.Huldt, Hydro56, Karen.KarenL, amaury.forgeotdarc, roger.serwy
Date 2012-08-06.21:09:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344287365.84.0.13526836644.issue9890@psf.upfronthosting.co.za>
In-reply-to
Content
Additional info on error in python 3.2
I am using 32 bit Win 7 enterprise SP1. I download and installed python-3.2.msi from python.org I than start python pythonw from window menu just like any other program. Running python command line also failed, and this is the error message:
Fatal Python error: Py_Initialize: unable to load the file system codec
LookupError: no codec search functions registered: can't find encoding

This application has requested the runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

I have uninstalled python 26, 27, 32. Then reinstalled 32. Problem is still presents. I also have cygwin on my system. Python 26 and 27 worked without any issue. Python 26 that comes with cywin worked as well. I just updated my cygwin to get python 3.2 binaries from cygwin's dist. It is working.
Let me know if there is anything I can do to help.

Karen
History
Date User Action Args
2012-08-06 21:09:25Karen.KarenLsetrecipients: + Karen.KarenL, amaury.forgeotdarc, roger.serwy, Hydro56, Gösta.Huldt
2012-08-06 21:09:25Karen.KarenLsetmessageid: <1344287365.84.0.13526836644.issue9890@psf.upfronthosting.co.za>
2012-08-06 21:09:24Karen.KarenLlinkissue9890 messages
2012-08-06 21:09:23Karen.KarenLcreate