New submission from Iovan Irinel:

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.

----------
components: Windows
messages: 270756
nosy: Iovan Irinel, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Import error encodings (Windows xp compatibility)
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27562>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to