[issue23223] subprocess32 unable to be installed via pip

2015-01-23 Thread Marat Mavlyutov
Marat Mavlyutov added the comment: HI! need that thingie too, did you poke the author? cant find issue tracker at code.google.com -- nosy: +Marat.Mavlyutov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23223

[issue23223] subprocess32 unable to be installed via pip

2015-01-23 Thread Gregory P. Smith
Gregory P. Smith added the comment: I can apply this to subprocess32 but it is going to look much more like: +#ifndef MS_WINDOWS /* WTF is anyone compiling on Windows? Shouldn't work! */ +# define HAVE_UNISTD_H 1 +#endif +#ifdef HAVE_UNISTD_H #include unistd.h +#endif The real question is

[issue23223] subprocess32 unable to be installed via pip

2015-01-23 Thread Gregory P. Smith
Changes by Gregory P. Smith g...@krypto.org: -- assignee: - gregory.p.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23223 ___ ___

[issue23223] subprocess32 unable to be installed via pip

2015-01-13 Thread Berker Peksag
Berker Peksag added the comment: Quoting from https://code.google.com/p/python-subprocess32/: Think you've found an issue? Please try to reproduce it using Python 3.4 and file it using http://bugs.python.org/. Work will be done upstream and backported to this project. -- nosy:

[issue23223] subprocess32 unable to be installed via pip

2015-01-13 Thread Berker Peksag
Berker Peksag added the comment: Here is a patch. -- keywords: +patch stage: - patch review Added file: http://bugs.python.org/file37701/issue23223.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23223

[issue23223] subprocess32 unable to be installed via pip

2015-01-13 Thread Zachary Ware
Zachary Ware added the comment: _posixsubprocess should not be compiled on Windows, as it will not work and has the potential to completely screw up subprocess on Windows. This appears to be a bug in subprocess32's setup.py, and thus does not apply to Python itself at all. I agree with Victor

[issue23223] subprocess32 unable to be installed via pip

2015-01-13 Thread Berker Peksag
Berker Peksag added the comment: Oh, good point! I missed that, thanks. -- resolution: - not a bug stage: patch review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23223

[issue23223] subprocess32 unable to be installed via pip

2015-01-13 Thread STINNER Victor
STINNER Victor added the comment: subprocess32 is not part of Python, it's a third party mode. Report the issue to his author. -- nosy: +haypo resolution: - not a bug status: open - closed ___ Python tracker rep...@bugs.python.org

[issue23223] subprocess32 unable to be installed via pip

2015-01-11 Thread SilentGhost
Changes by SilentGhost ghost@gmail.com: -- components: +Library (Lib) -Installation nosy: +gregory.p.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23223 ___

[issue23223] subprocess32 unable to be installed via pip

2015-01-11 Thread gajdig
New submission from gajdig: The latest subprocess32, 3.2.6, is unable to be installed in Windows 7 via pip. The error messages: _posixsubprocess.c(10) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory error: command