Thanks, but that's not the problem.  Here is the traceback

Traceback:
File "/home/brightmap/lib/python2.5/site-packages/Django-1.3-py2.5.egg/
django/core/handlers/base.py" in get_response
  101.                             request.path_info)
File "/home/brightmap/lib/python2.5/site-packages/Django-1.3-py2.5.egg/
django/core/urlresolvers.py" in resolve
  252.                     sub_match = pattern.resolve(new_path)
File "/home//brightmap/lib/python2.5/site-packages/Django-1.3-
py2.5.egg/django/core/urlresolvers.py" in resolve
  158.             return ResolverMatch(self.callback, args, kwargs,
self.name)
File "/home/brightmap/lib/python2.5/site-packages/Django-1.3-py2.5.egg/
django/core/urlresolvers.py" in _get_callback
  167.             raise ViewDoesNotExist("Could not import %s. Error
was: %s" % (mod_name, str(e)))

Exception Type: ViewDoesNotExist at /
Exception Value: Could not import base.views. Error was: No module
named io

On Aug 27, 10:06 pm, sreekanth <sreekanth.kes...@gmail.com> wrote:
> Hi,
>
> Please check the path , as you changed to a new server and also check the
> permissions.
>
>
>
>
>
>
>
> On Sun, Aug 28, 2011 at 6:29 AM, CrabbyPete <pete.do...@gmail.com> wrote:
> > I developed my code with python 2.6 and django 1.3. Now that I am
> > deploying it on a dreamhost server the python is version 2.5 and I get
> > the error above. Is there a work around. Do I need to upgrade python?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-users@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-users@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