Python-Qt problem with pyuic4

Xavier Lapointe xl.mailinglist at gmail.com
Wed Sep 23 21:45:29 EDT 2009


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 version if it 
differs...

Cheers




More information about the Python-list mailing list