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

Re: Python/Qt Problem

2005-01-08 Thread Lee Harr
On 2005-01-08, Michael <[EMAIL PROTECTED]> wrote: > Hi, > > I am experiencing something very weird with PyQt. I have created several > windows based on QWidget using Designer. I can easily hide and show > these with the hide and show methods. However I have just created a new > window with Desig