Re: Re: [SQLObject] SQLObject and Webware newbie
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Vidar B. <vid...@ve...> - 2003-10-01 14:22:21
|
A friendly SQLObject proponent Victor Ng (http://www.crankycoder.com/archives/000066.html)pointed out to me that I had forgotten to import my data model into my servlet code. As a newbie to Pyton and SQLobject, these things happen very easily. I wish there were some extensive examples on the usage of SQLObject beyond the 'official' documentation. Do yo know of any 'referece' implementations for public view? regards, - vidar > > From: Ian Bicking <ia...@co...> > Date: 2003/09/30 Tue PM 10:09:01 EDT > To: vi...@br... > CC: <sql...@li...> > Subject: Re: [SQLObject] SQLObject and Webware newbie > > On Tuesday, September 30, 2003, at 09:02 PM, Vidar Brekke wrote: > > but when I try to execute this code within webkit (below), I get an > > error saying "NameError: name 'Member' is not defined" > > Are you importing the SQLObject class properly? Is the name of the > servlet clobbering the name of the SQLObject class? > > Ian > > |