[google-appengine] Help Solving NameError: name 'guestbook_name' is not defined.

2014-03-25 Thread Dan Sprague
I am walking through the Google Application Engine Python tutorial for building a guestbook and have it a snag. I am following the instrcutions in the using templates section of the process and I can't seem to overcome this simple name issue: NameError: name 'guestbook_name' is not defined.

Re: [google-appengine] Help Solving NameError: name 'guestbook_name' is not defined.

2014-03-26 Thread Dan Sprague
wrote: > > On Mon, Mar 24, 2014 at 8:25 PM, Dan Sprague > > wrote: > >> I am walking through the Google Application Engine Python tutorial for >> building a guestbook and have it a snag. I am following the instrcutions in >> the using templates section of the pro

Re: [google-appengine] Help Solving NameError: name 'guestbook_name' is not defined.

2014-03-26 Thread Dan Sprague
I figured it out...I used the cloud playground to examine the guestbook.py code and saw that my file had some additional code that needed to be removed. Everything is working as expected now. On Wednesday, March 26, 2014 9:18:00 PM UTC-4, Dan Sprague wrote: > > Vinny, > > I