From: Andrew S. G. <asg...@uc...> - 2004-04-07 19:39:59
|
The reference to the "Mostly Live CVS Tarball" is here -> http://sqlobject.org/#download' Thanks for all of the help.. I check out the sources through the subversion repository, -Andy Ian Bicking wrote: > Andrew S. Garbutt wrote: > >> I am just starting out with SQLObject. It looks like a really nice >> package that i can use to map some complex relations. However, in >> starting out i ran into some trouble. The code that I used follows >> this message, and matches the provided code in the documentation.. >> The error occurs when i try p = Person(firstName="Jose", >> lastName="Galvez"). I am using Python 2.3.3 on windows with >> SQLObject's Mostly Live CVS Tarball. Any help would be greatly >> appreciated. > > > Whoops, sorry, the mostly live tarball isn't very live at all anymore. > Where did you see the reference to it? (so I can remove it) > > You should use a subversion checkout, which is truly live: > > svn co svn://colorstudy.com/trun/SQLObject > > (None of the half-day-old anon SourceForge CVS stuff anymore) > > Ian > |