pydanny / django-wysiwyg

A Django application for making Django textareas rich text editors. Certainly as a template tag and possibly as a form widget.
http://django-wysiwyg.readthedocs.org
MIT License
465 stars 63 forks source link

No module named 'urlparse' for python 3.3 #42

Closed totoropy closed 9 years ago

totoropy commented 10 years ago

I installed it with pip on python 3.3 and django 1.6 I ended up with error message: 'wysiwyg' is not a valid tag library: ImportError raised loading django_wysiwyg.templatetags.wysiwyg: No module named 'urlparse'

When I used sources from github, it works :+1:

pydanny commented 10 years ago

Just pushed up the 0.7.0 version which should fix this problem.

SalahAdDin commented 9 years ago

Hey, have you planned update this repo? Thare aren't other wysiwyg's apps for Django and this is very bad!

pydanny commented 9 years ago

@SalahAdDin,

  1. It's open source, and we accept pull requests. In other words, we accept submissions for enhancements and bug fixes from users around the world. GitHub makes this every easy. ;)
  2. FWIW, there are many WYSIWYG apps for Django. See https://www.djangopackages.com/grids/g/wysiwyg/
  3. Please do not hijack an issue with another question. If you want to ask a different question, open an issue.
pydanny commented 9 years ago

Closing this issue as the original question has been resolved.