Sunday, August 28, 2011

Re: Error was: No module named io

maybe it is path problem,
try to use:
from projectname.base.view import io
not base.view import io

in INSTALLED_APPS use:
'projectname.base',
not just 'base',

hope it helps,
Goran

On Aug 28, 2:59 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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment