Error: No such template 'flask-multidb', cause by Pyinstaller #1634
Unanswered
luffersix
asked this question in
Usage Questions
Replies: 1 comment
-
Hi, I've never used pyinstaller so just guessing. The template are not python files, so you may need to tell pyinstaller to include also those files? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Questions

When I use the API provided by Flask-Migrate, I successfully implemented database migration in the code. However, when I package it with PyInstaller and run the packaged exe file, this error occurs.
code as follow:
Beta Was this translation helpful? Give feedback.
All reactions