Using python 3.7.2 and django 2.1.5
quill was installed via pip

I'm getting the following:

/quill/widgets.py", line 3, in <module>
    from django.forms.util import flatatt
        ModuleNotFoundError: No module named 'django.forms.util'

Indeed. In django with python 3.7.2 the module is now
forms.utils not forms.util

Before I set to hacking venv code and since I know there are quill
users on this list, I should ask: 
  Is there a later quill available for download with correct changes?

thanks
-- 
Tim Johnson
http://www.tj49.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/20190506004059.GI2404%40mail.akwebsoft.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to