I've fixed the bug by amending line 123 of request.py from:

name = os.path.splitext(file)[0]

to:

name = os.path.split(os.path.splitext(file)[0])[1]

But is this maybe a symptom of a larger problem in my setup that I'm
unaware of?

Thanks,

-Dougal


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to