Re: [SQLObject] SQLObject and Webware newbie
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2003-10-01 02:09:05
|
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 |