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.




--~--~---------~--~----~------------~-------~--~----~
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