pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 77 forks source link

Converting ui to py #75

Open mmdave1 opened 1 year ago

mmdave1 commented 1 year ago

I am facing issue in converting ui file to py . pyuic6 is in place. I have saved ui file at some different location than that of pyuic6. But I copied that and pasted in folder where pyuic6 is there. Though , it is not working.

using CMD , I am inserting path of folder having pyuic6. and then giving command "......................pyuic6 -x Basic.ui -o Basic.py"

Also , I am having confusion on locations of say Python , then PyQT ,Qt , Pycharm .. it looks messy .

Isn't there any standard way to deploy all these locations perspectice ? Any suggestions ??