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

Import error for python3 + Django 1.8.x #39

Open
gehaxelt opened this issue Aug 18, 2017 · 0 comments
Open

Import error for python3 + Django 1.8.x #39

gehaxelt opened this issue Aug 18, 2017 · 0 comments

Comments

@gehaxelt
Copy link

Hi, I'm seeing some import errors when using python 3.5.2 and django 1.8.6:

File "/home/projects/venv/lib/python3.5/site-packages/locking/__init__.py", line 3, in <module>
    import urls
ImportError: No module named 'urls'

or after changing that to from . import urls

File "/home/projects/venv/lib/python3.5/site-packages/locking/urls.py", line 1, in <module>
    from django.conf.urls.defaults import *
ImportError: No module named 'django.conf.urls.defaults'

Is this module python3/django1.8.x compatible or am I doing something wrong?

Best,
gehaxelt

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

No branches or pull requests

1 participant