Open BenjaminSymons opened 2 years ago
Hi, this problem occurs when multiple different pywintypes and pythoncom DLL exists. For example, if you have pywin32 in anaconda and in python environment then the different versions will collide.
conda uninstall pywin32
, pip uninstall pywinXX
conda
OR pip
for installpython Scripts/pywin32_postinstall.py -install
Describe the bug
aw-qt binary fails to properly launch the application; am immediately met with an unhandled exception in script. This happens when the program is installed and run or if launched from the extracted zip file. Potential exe build error?
To Reproduce
Expected behavior
The application launches successfully
Documentation
Additional context
Program never properly launches so there are no log files to attach