2009/6/18 大郎 <[email protected]> > # test.py > if __name__ == "__main__": > *# web.wsgi.runwsgi = lambda func, addr=None: web.wsgi.runfcgi(func, > addr)* > app = web.application(urls, globals()) > app.run() >
$ python test.py http://0.0.0.0:8080 it is ok, but visit the domain, it return 404. -- 百才招聘(baicai.com).产品部 Email: [email protected] Gtalk: [email protected] twitter.com/qichangxing --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
