Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change from old flask.ext import to module import. #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

change from old flask.ext import to module import. #25

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Feb 21, 2016

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.

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.
@Paulius-Maruska
Copy link

You should probably also change the examples in README.md and just generaly do a search for "flask.ext" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants