KeyError: __file__

function __init__         in application.py at line 435
function __init__         in application.py at line 61
function modname          in application.py at line 53


class auto_application(application):
    def __init__(self):
        application.__init__(self)


class application:
    def __init__(self, mapping=(), fvars={}, autoreload=None):

autoapplication initializer doesn't have "fvars", so application
initializer fails, when debug=True
--~--~---------~--~----~------------~-------~--~----~
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