I can build packages with Pyinstaller on Windows 10 just fine (thanks for the CRT documentation), but whenever I build them with --onefile, they don't seem to decompress properly when run, so I always get errors like:
$ ./dip-metadata.exe
Error loading Python DLL 'C:\Users\axfel\AppData\Local\Temp\_MEI106282\python35.dll'.
LoadLibrary: The parameter is incorrect.
I'm on Python 3.5.2 and Pyinstaller 3.3.1. Any ideas? Thanks!
I can build packages with Pyinstaller on Windows 10 just fine (thanks for the CRT documentation), but whenever I build them with --onefile, they don't seem to decompress properly when run, so I always get errors like:
I'm on Python 3.5.2 and Pyinstaller 3.3.1. Any ideas? Thanks!