Use the hack provided before for Reloader class... it works until Anand fix it in a better way.
On Oct 12, 12:41 pm, Ken <[EMAIL PROTECTED]> wrote: > if at the dev vesion, it can not auto reload, it is not usefull for dev... i > think > > On 10/13/07, Anand <[EMAIL PROTECTED]> wrote: > > > > > > > On 12-Oct-07, at 9:24 PM, Ken wrote: > > > > hi, Anand > > > > debugs this: > > > > E:\p\webpy\venus>python venus.py > > > Traceback (most recent call last): > > > File "venus.py", line 134, in <module> > > > web.run(urls, globals(), web.reloader) > > > File "c:\python\Lib\site-packages\web\request.py", line 153, > > > return wsgi.runwsgi(webapi.wsgifunc(webpyfunc(inp, fvars, > > > leware)) > > > AttributeError: 'module' object has no attribute 'wsgifunc' > > > With the development version, that will become: > > > app = web.application(urls, globals()) > > apo.run() > > > I don't think reloader works now. > > > The proposed API for reloading is > > app = web.application(urls, globals(), autoreload=True) > > and it is not yet implemented. > > -- > 每个人都有一片属于自己的森林, 迷失的人迷失了, 相逢的还会再相逢... > Gtalk: iexper(at)gmail.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
