[issue27562] Import error encodings (Windows xp compatibility)

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 has now reached end-of-life and with it the last version to support Windows XP, I'm closing the issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue27562] Import error encodings (Windows xp compatibility)

2016-07-21 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[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 ___ ___ Python-bugs-list mailing list

[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

[issue27562] Import error encodings (Windows xp compatibility)

2016-07-18 Thread Steve Dower
Steve Dower added the comment: Unfortunately, you can't do that either. Projects including static libraries all need to use the same compiler. So either build python27.dll separately and dynamically link to it (or just use the one that we build and release, and be careful not to mix up memory

[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 l

[issue27562] Import error encodings (Windows xp compatibility)

2016-07-18 Thread Brett Cannon
Changes by Brett Cannon : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue27562] Import error encodings (Windows xp compatibility)

2016-07-18 Thread Steve Dower
Steve Dower added the comment: You're compiling Python in a completely unsupported way right now, so I'm afraid you'll need to submit a patch to get it fixed. Python 2.7 is only officially supported with VC 9.0 (not VC 14.0), and I don't believe the other volunteers test the static library bui

[issue27562] Import error encodings (Windows xp compatibility)

2016-07-18 Thread Brett Cannon
Brett Cannon added the comment: Is the stati library a third-party project? -- nosy: +brett.cannon ___ Python tracker ___ ___ Python-b

[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. -- _

[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