This is what I suspected. Even though Django 1.3 is supposed to
support python 2.5

On Aug 29, 3:53 am, Łukasz Rekucki <lreku...@gmail.com> wrote:
> It's not a path problem. It's a python version problem:
>
> http://docs.python.org/library/io.html
>
> "New in version 2.6."
>
> It's not a problem with Django as 1.3 runs fine on 2.5.X. It's a
> problem in your code, so either upgrade to 2.6 or rewrite your code in
> terms of the older API that io module replaces.
>
> --
> Łukasz Rekucki

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