Python Forum

Full Version: Best Practice for making an .exe for PyQT5 w/ Anaconda?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have tried Py2Exe, cxFreeze, and pyInstaller. No luck. So far I haven't managed to successfully compile any PyQT5 application into a Windows Executable. Everything seems to have a lot of version and dependency issues. PyInstaller looks like it just almost wants to work, so I think I am the closest with that one. Either way, for those of us using Anaconda, is the there a best practice for getting an executable made?