Re: [webpy] Design a form

2012-03-21 Thread Anand Chitipothu
తేదిన 21 మార్చి 2012 12:49 సా, Madhvi gupta madhvi1...@iiitd.ac.in వ్రాశారు: Sorry for bothering you but I am not getting what is wrong. I made two file one is code.py and formtest.html according to http://webpy.org/form. I kept formtest.html in templates folder. Then I compiled code. py by

Re: [webpy] Design a form

2012-03-21 Thread Madhvi gupta
I checked it is in the starting of the file only. And I have not added anything to formtest.html. On Wed, Mar 21, 2012 at 1:33 PM, Anand Chitipothu anandol...@gmail.comwrote: తేదిన 21 మార్చి 2012 12:49 సా, Madhvi gupta madhvi1...@iiitd.ac.in వ్రాశారు: Sorry for bothering you but I am not

Re: [webpy] Design a form

2012-03-21 Thread Anand Chitipothu
తేదిన 21 మార్చి 2012 2:04 సా, Madhvi gupta madhvi1...@iiitd.ac.in వ్రాశారు: I checked it is in the starting of the file only. And I have not added anything to formtest.html. From the stack trace it looks like you have the following line in your template. p class=p1$def with (form)/p -- You

Re: [webpy] Design a form

2012-03-21 Thread Madhvi gupta
Hello, I want to make a web app using web.py which takes input from user that is username and password, and in turn communicates with google server. I am not sure how should I proceed. I thought of making a form which ask for username and password and then pass it to that python function.