Hi, I am a newbie of web.py and python ;-(.
I have read the demo of web.py and find almost every example has codes like below: if __name__ == '__main__': web.run(tidy) but I can't find the where "web.run" is defined in the code. I have tried google,stackoverflow to find the answer. but nothing is found. for the todo list demo(http://webpy.org/src/todo-list),and when I use this demo with lighttpd, the lighttpd's error logs shows connestion to unix domain socket is denied. when I run the __init__.py under tidy directory manually, it says no "run" is available for module web. Would you please give me an explanation of this or give me a hint to find the answer? Thanks in advance br muare -- 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.
