#7658: Streaming file uploads fail on Windows XP
------------------------------------------------+---------------------------
Reporter: [EMAIL PROTECTED] | Owner: axiak
Status: new | Milestone:
Component: Core framework | Version: SVN
Resolution: | Keywords: 2070-fix
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 1
Needs_better_patch: 1 |
------------------------------------------------+---------------------------
Comment (by [EMAIL PROTECTED]):
Just updated to the latest revs for both trunk and newforms-admin (7870).
Still get the error above in newforms admin but in trunk I now get a
IOError "No such file or directory". Here's a snippet of the traceback
where it fails:
File "C:\home\Projects\Django\libs\django-trunk\django\core\files\move.py"
in file_move_safe
40. file_move(old_file_name, new_file_name)
File "C:\Python25\lib\shutil.py" in move
199. copy2(src,dst)
File "C:\Python25\lib\shutil.py" in copy2
91. copyfile(src, dst)
File "C:\Python25\lib\shutil.py" in copyfile
46. fsrc = open(src, 'rb')
--
Ticket URL: <http://code.djangoproject.com/ticket/7658#comment:5>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---