You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi, I'm seeing some import errors when using python 3.5.2 and django 1.8.6:
or after changing that to
from . import urls
Is this module python3/django1.8.x compatible or am I doing something wrong?
Best,
gehaxelt
The text was updated successfully, but these errors were encountered: