Open ghost opened 8 years ago
In the old format of from flask.ext.autodoc.autodoc PyInstaller will not include the module when attempting to freeze the module. Using the standard import of from flask_autodoc.autodoc works both when running locally and in a frozen state.
You should probably also change the examples in README.md and just generaly do a search for "flask.ext" ?
In the old format of from flask.ext.autodoc.autodoc PyInstaller will not include the module when attempting to freeze the module. Using the standard import of from flask_autodoc.autodoc works both when running locally and in a frozen state.