NameError: global name 'Response' is not defined

2008-04-24 Thread Lalit
Hi I am very new to web development. I started with Pylons. I am using http://www.rexx.com/~dkuhlman/pylons_quick_site.html as reference to create a sample web page using pylons. I got stuck up at step 4.3 i.e when modifying controller to return Response('pfirstapp default/p') I am getting

Re: NameError: global name 'Response' is not defined

2008-04-24 Thread Diez B. Roggisch
Lalit schrieb: Hi I am very new to web development. I started with Pylons. I am using http://www.rexx.com/~dkuhlman/pylons_quick_site.html as reference to create a sample web page using pylons. I got stuck up at step 4.3 i.e when modifying controller to return Response('pfirstapp default/p')

Re: NameError: global name 'Response' is not defined

2008-04-24 Thread Ben Kaplan
] To: python-list@python.org Sent: Thursday, April 24, 2008 10:27:36 AM Subject: NameError: global name 'Response' is not defined Hi I am very new to web development. I started with Pylons. I am using http://www.rexx.com/~dkuhlman/pylons_quick_site.html as reference to create a sample web page using