[issue6726] pyuic4.bat has bad path to python.exe and pyuic.py

2009-08-18 Thread Benjamin Peterson
Benjamin Peterson added the comment: Please report this to the _PyQt_ maintainers. -- nosy: +benjamin.peterson resolution: -> invalid status: open -> closed ___ Python tracker _

[issue6726] pyuic4.bat has bad path to python.exe and pyuic.py

2009-08-18 Thread Marcin
New submission from Marcin : 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 %