i have been using qtdesigner with pyqt4 and python3.4. I was able to convert .ui files to .py files by using:
C:/Python34/Lib/site-packages/PyQt4/pyuic4.bat -x myfile.ui -o myfile.py
But now it has stopped working!!
The .py file is never generated. my cmd shows no error.
I also noticed that my pyuic4.bat
file is 0 kb in size.