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
Changes by Lev Shamardin :
--
nosy: +abbot
___
Python tracker
<http://bugs.python.org/issue5673>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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