-
Notifications
You must be signed in to change notification settings - Fork 542
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 'django.forms.util' #581
Comments
can you post the full traceback please |
it's fine on the master branch but when i install django_facebook using pip that errors displayed "api.py" |
Here all traceback... I have python 3.4, opensuse Leap, python3.4.1 Unhandled exception in thread started by <function check_errors..wrapper at 0x7f3cea50c048> |
I am using Django 1.9.7 and python 2.7.6 on Ubuntu 14.04 Traceback (most recent call last): |
The class django.forms.util was renamed django.forms.utils (note the added s) in Django 1.9. I changed |
Is a fix going to be available anytime soon? Thanks |
What a pain, a wasted hour |
I followed the docs step by step and when I try to update my models , have this error.
ImportError: No module named 'django.forms.util'
And the class definition y django.forms.utils with a S at the end.
I am django 1.9.6
The text was updated successfully, but these errors were encountered: