What steps will reproduce the problem?
1.Attempt to run pyuic4.bat in order to compile a pyqt ui file into a py file.
What is the expected output? What do you see instead?
Expect pyuic to generate a py file from the ui file.
Instead get an error:
python: can't open file '\Lib\site-packages\PyQt4\uic\pyuic.py': [Errno 2] No
such file or directory
What version of the product are you using? On what operating system?
64-bit-3.3.2.3 on Windows 7 Utlimate, service pack 1
Please provide any additional information below.
The problem was solved by inserting the following line in the pyuic4.bat file:
call %~dp0..\..\scripts\env.bat
As the env.bat set the WINPYDIR to the correct path
Original issue reported on code.google.com by ludovic_...@yahoo.fr on 7 Dec 2013 at 5:26
Original issue reported on code.google.com by
ludovic_...@yahoo.fr
on 7 Dec 2013 at 5:26