Hey, I was seeing if I could get the source to run, but if I run main.py I get this error:
QWidget: Must construct a QApplication before a QPaintDevice
I've traced it to the exact line in _clientwindow.py in ClientWindow in __init__ to BaseClass.__init__(self, *args, **kwargs) (line 108)
I don't have any experience with Qt so I don't know how to fix this. Any help?
Also, I could succesfully build the program with py2exe, but when I actually run the exe nothing happens. Not sure what is going wrong there as well.