On Fri, Mar 26, 2010 at 5:58 PM, Paul Harouff <pharo...@gmail.com> wrote:

> I uninstalled Django development trunk and installed Django-1.1.1. Now
> when I run "jython manage.py runserver" I get "Error: No module named
> messages"
>
>
I've no idea bout your earlier problem but this one sounds like you are
using a settings file created by trunk-level manage.py startproject against
1.1.1 code. If you previously ran startproject using trunk-level code you
need to start over and re-run it with the older code you have installed now:
an 'uplevel' settings file may contain a number of new things that are not
going to be understood by 'backlevel' Django.

Karen

-- 
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.

Reply via email to