On Wed, Jun 23, 2010 at 2:26 PM, Jagdeep Singh Malhi <
singh.malh...@gmail.com> wrote:

>
>
> On Jun 23, 11:00 pm, Jagdeep Singh Malhi <singh.malh...@gmail.com>
> wrote:
> > $import django
> > error :
> > import: unable to open X server `' @ import.c/ImportImageCommand/361.
> >
> > i am working on ubuntu 10.04 server  version
>
> And
> ./manage.py runserver
>
> Error: No module named messages
>
> how handle this error ???
>

For the first I have no idea, never seen it.

The "No module named messages" error happens when you have a Django project
settings file that was created with Django 1.2 but the Django your
PYTHONPATH is pointing to is 1.1.X or lower. Fix is to fix up your
PYTHONPATH to point to a 1.2 level of Django.

Karen
 --
http://tracey.org/kmt/

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