[issue27667] subprocess32 unable to be installed via pip and python install

2016-08-02 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. The stdlib version of subprocess module has a little bit codebase now (there is no subprocess_cloexec_pipe() routine anymore, for example) so we can't do anything here. Could you please report this to

[issue27667] subprocess32 unable to be installed via pip and python install

2016-08-02 Thread Cambridge
Cambridge added the comment: If 3.2.7 don't support RHEL5? -- nosy: +gregory.p.smith ___ Python tracker ___

[issue27667] subprocess32 unable to be installed via pip and python install

2016-08-02 Thread Cambridge
New submission from Cambridge: OS:RHEL 5.11 PYTHON:2.7.11/12 When i use pip or python install to install this extension: pip install subprocess32-3.2.7.tar.gz The error messages: Processing ./subprocess32-3.2.7.tar.gz Installing collected packages: subprocess32 Running setup.py install for