[New-bugs-announce] [issue6726] pyuic4.bat has bad path to python.exe and pyuic.py
Marcin
report at bugs.python.org
Tue Aug 18 16:58:40 CEST 2009
New submission from Marcin <maar.cz at gmail.com>:
I have found bug in pyuic4.bat. I have installed python to directory
c:\programs. The path to 'python.exe' is c:\programs\python.exe. Content
of file pyuic4.bat is:
@"C:\Python25\python.exe"
"C:\Python25\Lib\site-packages\PyQt4\uic\pyuic.py" %1 %2 %3 %4 %5 %6 %7
%8 %9
In this file, during installation process it must be changed path to
python.exe.
In my example it must be done like that:
@"C:\programs\Python25\python.exe"
"C:\programs\Python25\Lib\site-packages\PyQt4\uic\pyuic.py" %1 %2 %3 %4
%5 %6 %7 %8 %9
----------
components: Demos and Tools
messages: 91697
nosy: maar
severity: normal
status: open
title: pyuic4.bat has bad path to python.exe and pyuic.py
versions: Python 2.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6726>
_______________________________________
More information about the New-bugs-announce
mailing list