On Wed, Jun 23, 2010 at 2:26 PM, Jagdeep Singh Malhi < [email protected]> wrote:
> > > On Jun 23, 11:00 pm, Jagdeep Singh Malhi <[email protected]> > 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 [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.

