Re: Python-Qt problem with pyuic4

2009-09-23 Thread ici
On Sep 24, 4:45 am, Xavier Lapointe wrote: > Hello, > > Let's suppose you're on Windows. > > If pyuic4 can't be found, you can specified the direct path: > C:\Python26\pyuic4.bat -o Drive:\your\Path\ui_myGUI.py -x > Drive:\your\Path\myGUI.ui > You might need to replace the Python26 with your own v

Re: Python-Qt problem with pyuic4

2009-09-23 Thread Threader Slash
Hello Xavier.. thanks! [?] Just tried.. pyuic4 -o C:\dev\prgr\src\ui_myGUI.py -x C:\dev\prgr\src\myGUI.ui The system cannot find the path specified. pyuic4 -o ui_myGUI.py -x myGUI.ui The system cannot find the path specified. Very strange. [?] Yep.. the ..!\Py25\Lib\site-packages\PyQt4 is incl