[issue27562] Import error encodings (Windows xp compatibility)

2016-07-21 Thread Iovan Irinel

Iovan Irinel added the comment:

Still searching for someone who can do it.

--

___
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



[issue27562] Import error encodings (Windows xp compatibility)

2016-07-18 Thread Iovan Irinel

Iovan Irinel added the comment:

Thanks, i don't think is a big issue.  Because on windows 7, 8 , 8.1 , 10 it 
works.

Just with windows xp i have this issue.

It's ok paid. No problem, soo if someone want to fix for me this :  Sure paid 
contact me please.

And someone want to do it free contact me too and we will submit a patch to 
help all users. 

Even paid i will share the fix.  

Regards.

--

___
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



[issue27562] Import error encodings (Windows xp compatibility)

2016-07-18 Thread Iovan Irinel

Iovan Irinel added the comment:

It's ok for me to use  vc .9 but when i try to link it says  "  This library 
was created with an older visual stuido toolset " And it trow in a error.



And about v140 compatibility i don't maded so much changes. It was 3 minutes of 
work.

Maybe someone take a look, i'm new in c++ development and python too. I don't 
think i'm able to find a fix.

Maybe some ideea about how to make vs2015 to link with a library from vc 9.0 ?

--

___
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



[issue27562] Import error encodings (Windows xp compatibility)

2016-07-18 Thread Iovan Irinel

Iovan Irinel added the comment:

I tested again. And the answer is this: Problem is stati library.

I tested:
- 2.7.6
- 2.7.7
- 2.7.8
- 2.7.9
- 2.7.10
- 2.7.11
- 2.7.12

This issue happen just when pythoncore is compiled as static library. With DLL 
it works.

--

___
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



[issue27562] Import error encodings (Windows xp compatibility)

2016-07-18 Thread Iovan Irinel

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 
  File "Lib/site.py", line 537, in main
  File "Lib/site.py", line 465, in aliasmbcs
  File "Lib/locale.py", line 13, in 
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