hi, from the cookbook: http://webpy.org/cookbook/mod_wsgi-apache
application = web.application(urls, globals()).wsgifunc() On Sat, Dec 6, 2008 at 11:52 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I just started working with webpy last night and had apache and wsgi > running just fine. This morning I was digging through the tutorial > information and discovered 0.3. I've upgraded now, and can't seem to > find the right syntax to replace this line: > > application = web.wsgifunc(web.webpyfunc(urls, globals())) > > > [Sat Dec 06 14:30:45 2008] [error] [client 172.19.7.101] Traceback > (most recent call last):, referer: http://gcserver/webpy/ > [Sat Dec 06 14:30:45 2008] [error] [client 172.19.7.101] File "/home/ > office/www/webpy/index.py", line 23, in <module>, referer: > http://myserver/webpy/ > [Sat Dec 06 14:30:45 2008] [error] [client 172.19.7.101] > application = web.wsgifunc(web.webpyfunc(urls, globals())), referer: > http://myserver/webpy/ > [Sat Dec 06 14:30:45 2008] [error] [client 172.19.7.101] > AttributeError: 'module' object has no attribute 'wsgifunc', referer: > http://myserver/webpy/ > > Anyone know the updated call? > > Thanks. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
