EasyDev
EasyDev
I realized that to use `win32gui`, `win32api` in pyinstaller builds, I need to use the --hidden-import option as shown below. ``` pyinstaller --onefile main.py --hidden-import pywintypes ``` I'm guessing this...
Converting to python native code via GPT or Claude worked for the most part. When using the flet build command, it seems to be a clean way to avoid using...
See here for pywin32 module issues https://github.com/flet-dev/flet/issues/3029