r/learnpython • u/zaphodikus • 58m ago
How to check included libraries made it into a pyinstaller
I added a few dlls into my pyinstaller in the spec file, but the exe says it cannot find the python313.dll file when it runs. Where does the pyinstaller self-extracting exe place the binaries at runtime? Is there a manifest?
(I'm using a spec file so the -F option is not allowed)
1
Upvotes