I was following the tutor开发者_开发知识库ial here http://webpy.org/docs/0.3/tutorial then looked around the webs to find out how to use the todo list part with sqlite and found this http://kzar.co.uk
I use web.py write small helloworld site,but when I run python code.py I get an error message: Traceback (most recent call last):File \"E:\\Python25\\webpy\\web\\mysite.py\", line 1, in <module>
I wrote the following based on a few different web.py examples I found, but im unable to get the login page to post, Any ideas why my code is sooo foobar?
everyone.I wanna include javascript in the html(webpy templates),but it doesn\'t work.the javascript code in the html works very well...
I want to link my Python project to a wsgi file. I am using mod_wsgi. I would like my Python project to be located in /var/www/myProject/start.py.
I am trying to query a MySQL database using webpy. From the SQL query, I get the following. <Storage {\'title\': u\'Learn web.py\', \'done\': 0, \'id\': 0L, \'mytime\': datetime.datetime(2011, 5,
I am a beginning Facebook app developer, but I\'m an experienced developer.I\'m using web.py as my web framework, and to make matters a bit worse, I\'m new to Python.
Using web.py, I\'m creating a handful of result sets by using web.database.query() And I\'d like to display the query results on an html template.
when i use web.py to connect local mysql, some error show: Traceback (most recent call last): File \"code.py\", line 7, in <module>
I have a method for signing up a user, basically if the user fails validation I want the request to stop processing so the user isn\'t