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

ImportError: No module named migrations #14

Closed
jungwoo-lee opened this issue Jul 12, 2016 · 5 comments
Closed

ImportError: No module named migrations #14

jungwoo-lee opened this issue Jul 12, 2016 · 5 comments

Comments

@jungwoo-lee
Copy link

ImportError: No module named migrations when run "invoke app.run"

Need to add init.py ?

@frol
Copy link
Owner

frol commented Jul 28, 2016

It seems that it is also related to Python 2 compatibility. Unfortunately, I don't have enough time to fix this. Please, send a PR if you got it fixed.

@jungwoo-lee
Copy link
Author

I just created "init.py" (no content) in app directory. That fixes.

@frol
Copy link
Owner

frol commented Jul 29, 2016

Hmm, but there are __init__.py files in /app and /tasks/app...

@jungwoo-lee
Copy link
Author

I meant putting init.py in the migrations directory.

@frol
Copy link
Owner

frol commented Aug 1, 2016

Done. Thank you!

@frol frol closed this as completed Aug 1, 2016
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

No branches or pull requests

2 participants