First time I build an application for Windows, so I used Python+pyqt5 since I had good experience with C++/Qt5 on Linux.
I'm now trying to get an executable for deployment, but the one generated py2exe complained about missing the Qt Windows plugin. I moved to pyqtdeploy as it seemed to be more specifically designed with pyqt in mind, but after setting the paths I just get an "Unable to copy file error".
Anybody got an idea how to get this to work?
The locations I set are as follows:
Interpreter: C:\Python34\python.exe
Include Directory: C:\Python34\include
Python Library: C:\Python34\DLLs\python3.dll
Standard Library Directory: C:\Python34\Lib