[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 current status), and find_exe could not find it.

--

___
Python tracker 
<http://bugs.python.org/issue2200>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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://bugs.python.org/issue2200>
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/file9584/spawn.patch

__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2200>
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 with appended suffix and without
appending suffix must be checked.

--
components: Distutils
messages: 63092
nosy: abbot
severity: major
status: open
title: find_executable fails to find .bat files on win32
type: behavior
versions: Python 2.5

__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2200>
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com