Trying to install django-mingus (see bottom, not easy at all!)
When installing * 6 pip install -r stable-requirements.txt
ironed out 1 error with BeautifulSoup==3.0.8.1 - see bottom (http://
github.com/montylounge/django-mingus/issues/issue/36)
now I get markdown error, tried changing markdown2.0 to eariler verion
markdown1.7 made no difference:
any ideas?
from markdown import version
File "markdown/__init__.py", line 173, in ?
etree = etree_loader.importETree()
File "markdown/etree_loader.py", line 21, in importETree
message(CRITICAL, "Failed to import ElementTree")
File "markdown/__init__.py", line 112, in message
raise MarkdownException, text
markdown.MarkdownException: Failed to import ElementTree
-----------------------------------------------------------------------------------------
http://djangoadvent.com/1.2/everything-i-hate-about-mingus/
1. mkvirtualenv myblog --no-site-packages
2. workon myblog
3. cdvirtualenv
4. git clone git://github.com/montylounge/django-mingus.git
5. cd django-mingus/mingus
6. pip install -r stable-requirements.txt
7. cp local_settings.py.template local_settings.py
8. ./manage.py syncdb
9. ./manage.py loaddata test_data.json
10. ./manage.py runserver
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.