On Fri, Apr 24, 2009 at 1:38 PM, <jeffh...@comcast.net> wrote:

> Thanks for the update. Here is what I have found. I ran the tests on python
> 2.4 and python 2.5. The error only seems to occur in python 2.6. Here is
> what I found regarding this error
>
> http://bugs.python.org/issue3210
>
>
>
I don't that that Python issue is applicable here.  The file_storage test
failure on Windows (error on delete of temp file) is explained by this
Django bug:

http://code.djangoproject.com/ticket/8817

If you aren't seeing it on some Python versions I expect that is because you
do not have PIL installed for those versions -- this is why I initially did
not see the error under Python 2.6.

When I ran the tests on python 2.4. I only got one error which is listed
> below
>
> http://dpaste.com/37448/
>
> Regarding this error, I found this closed ticket
>
> http://code.djangoproject.com/ticket/7786
>
>
>
> The only discrepancy I had was it stated that the issue was resolved in
> python 2.4 and it was recorded against python 2.3
>
Based on the date when the fix was committed, it looks like the Python fix
was first available in 2.4.2.  So if you are running 2.4 or 2.4.1 you would
still see this failure.  What level, exactly, is your 2.4 install?

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to