pybufrkit icon indicating copy to clipboard operation
pybufrkit copied to clipboard

PyInstaller doesn't include directories

Open asrabon opened this issue 6 years ago • 0 comments

If you create a Decoder object in a script and build an executable out of that script using pyinstaller it will not run properly. It will complain about the missing tables and definitions directories. The only solution to this problem I have found is modifying the pyinstaller .spec file to force pyinstaller to include the directories when building the executable.

asrabon avatar Dec 28 '17 17:12 asrabon