Re: install django-mingus blog / http://djangoadvent.com/1.2/everything-i-hate-about-mingus/ pls help

2010-07-17 Thread Peter Herndon
Try "pip install ElementTree", your version of python does not include e-tree. 

Sent from my external cortex.

On Jul 17, 2010, at 11:45 AM, justin jools  wrote:

> 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 django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: install django-mingus blog / http://djangoadvent.com/1.2/everything-i-hate-about-mingus/ pls help

2010-07-17 Thread justin jools
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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.