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 Iovan Irinel
Recipients Iovan Irinel, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-07-18.13:48:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468849701.41.0.980015051967.issue27562@psf.upfronthosting.co.za>
In-reply-to
Content
I have python embeded intro my application. I wanted to upgrade to python 2.7.12 i use also a static library. Not DLL.  I have defined "Py_NO_ENABLE_SHARE"
Ok, all work fine with 2.7.6

I want to say this error happen just when i run it under windows xp.
Under windows 10 it works , my application start.. Pythoncore and application is build with v140_xp toolset i user visual studio 2015. I can make a video with error if is necessary. Thanks.

Traceback (most recent call last):
  File "Lib/site.py", line 548, in <module>
  File "Lib/site.py", line 537, in main
  File "Lib/site.py", line 465, in aliasmbcs
  File "Lib/locale.py", line 13, in <module>
ImportError: No module named encodings


I made more test and i come with a reply.
History
Date User Action Args
2016-07-18 13:48:21Iovan Irinelsetrecipients: + Iovan Irinel, paul.moore, tim.golden, zach.ware, steve.dower
2016-07-18 13:48:21Iovan Irinelsetmessageid: <1468849701.41.0.980015051967.issue27562@psf.upfronthosting.co.za>
2016-07-18 13:48:21Iovan Irinellinkissue27562 messages
2016-07-18 13:48:21Iovan Irinelcreate