I was experimenting with WinPython and Qt Designer which comes with it. It looks like a great way to build a Windows GUI and link Python code to it. The normal procedure is to create a .ui file with Qt Designer, then run pyuic.py to convert it to a Python Windows form. When you run the .py ... Read more...