ywangd / pybufrkit

Pure Python toolkit to work with WMO BUFR messages
http://pybufrkit.readthedocs.io/
MIT License
72 stars 28 forks source link

PyInstaller doesn't include directories #7

Open asrabon opened 6 years ago

asrabon commented 6 years ago

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.