pyqt/python-qt5

Converting ui to py

mmdave1 opened this issue · 0 comments

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 ??