This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author maar
Recipients maar
Date 2009-08-18.14:58:38
SpamBayes Score 0.0014862445
Marked as misclassified No
Message-id <1250607520.51.0.355882528054.issue6726@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-08-18 14:58:40maarsetrecipients: + maar
2009-08-18 14:58:40maarsetmessageid: <1250607520.51.0.355882528054.issue6726@psf.upfronthosting.co.za>
2009-08-18 14:58:39maarlinkissue6726 messages
2009-08-18 14:58:38maarcreate