[issue2200] find_executable fails to find .bat files on win32

2010-09-20 Thread Lev Shamardin
Lev Shamardin added the comment: My use case was compiling PyQt4 resources and Qt Designer .ui files from setup script using pyrcc4 and pyuic4 commands. On windows pyrcc4 is actually a pyrcc4.bat file (at least it was at the time of the original bug submission - haven't checked cu

[issue5673] Add timeout option to subprocess.Popen

2009-12-15 Thread Lev Shamardin
Changes by Lev Shamardin : -- nosy: +abbot ___ Python tracker <http://bugs.python.org/issue5673> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2200] find_executable fails to find .bat files on win32

2008-03-03 Thread Lev Shamardin
Lev Shamardin added the comment: I can't see this issue on the 'open issues' list nor in the search results. Is something wrong? __ Tracker <[EMAIL PROTECTED]> <http://b

[issue2200] find_executable fails to find .bat files on win32

2008-03-02 Thread Lev Shamardin
Lev Shamardin added the comment: Here is my vision of this patch. I don't think that it is necessary to fall back to 'com/exe/bat' if PATHEXT is not set, since it must be set on any correctly configured Win32 platform. -- keywords: +patch Added file: http://bugs.pyth

[issue2200] find_executable fails to find .bat files on win32

2008-02-28 Thread Lev Shamardin
New submission from Lev Shamardin: distutils.spawn.find_executable appends '.exe' suffix on win32 and os2 platforms. This is incorrect behavior, since it prevents finding .bat, .cmd and other similar files. Ether all extensions from the %PATHEXT% must be checked or filenames both wit