On 18-Aug-07, at 4:39 AM, [EMAIL PROTECTED] wrote:
> > 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? I think in a bug in the reloading code. Can you try again with latest trunk. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
