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

No module named 'utils' #15

Open
capalvarez opened this issue Jun 11, 2015 · 1 comment
Open

No module named 'utils' #15

capalvarez opened this issue Jun 11, 2015 · 1 comment

Comments

@capalvarez
Copy link

I installed and followed your instructions to use the calendar, but when trying to use it in my own app, I get that error everytime. I checked and utils.py is in the path, but python can't find it.

@soter82
Copy link

soter82 commented Jan 15, 2016

I've renamed all imports in py files inside the app folder.
Ex.: in views.py rename:

from utils import

in:

from .utils import

and so on for all relative imports

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