You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: