[issue22103] bdist_wininst does not run install script

2014-10-01 Thread Cybjit
Cybjit added the comment: 3f7d5c235d82 runs script, 70ea05f762a1 does not. 0c8f41ca9c94 + t.patch from #21354 does not run script. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22103

[issue22103] bdist_wininst does not run install script

2014-10-01 Thread Cybjit
Cybjit added the comment: Turns out I had a build problem (#11598). 0c8f41ca9c94 + t.patch does actually solve the problem. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22103

[issue11598] missing afxres.h error when building bdist_wininst in Visual Studio 2008 Express

2014-10-01 Thread Cybjit
Cybjit added the comment: Building bdist_wininst with VS2010 Express also gives RC1015. With this patch it works. -- nosy: +Cybjit ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11598

[issue22103] bdist_wininst does not run install script

2014-09-27 Thread Cybjit
Cybjit added the comment: Probably caused by issue #21354 -- nosy: +Cybjit ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22103 ___ ___ Python-bugs

[issue7776] http.client.HTTPConnection tunneling is broken

2014-05-10 Thread Cybjit
Cybjit added the comment: On 2014-05-10 00:23, nikratio wrote: Is pip maybe doing its own certificate check, and relying on HTTPSConnection.host to contain the final hostname rather than the proxy? I think the culprit might be here https://github.com/pypa/pip/blob/1.5.4/pip/_vendor/requests

[issue7776] http.client.HTTPConnection tunneling is broken

2014-05-09 Thread Cybjit
Cybjit added the comment: I get errors when using pip with a proxy in 3.4.1rc1 on Windows, that does not happen on 3.4.0. I tracked it down to this change to client.py. OK with client.py from fd2c69cedb25, but not with client.py from 39ee3286d187. C:\Python34\Scriptsset HTTP_PROXY=http