Re: [SQLObject] More transaction troubles
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2003-09-09 01:19:21
|
On Monday, September 8, 2003, at 07:03 AM, Randall Randall wrote: > > On Sunday, September 7, 2003, at 02:32 PM, Ian Bicking wrote: >>> >> Try CVS, I fixed a bunch of these yesterday. Or >> http://colorstudy.com/ianb/SQLObject-cvs.tar.bz2 > > CVS doesn't seem to have changed yet, so I downloaded from colorstudy. > > In order to get it to install, I had to comment out this > line in Col.py: > #from include import Validator Ah, I forgot the -d in cvs up -d for the script that makes that tarball. > and change the setup.py packages line to > packages=["SQLObject"], # , "SQLObject.include"], > because there was no "include" module in the source, > and nothing else in SQLObject appears to use Validator. > > Anyway, I haven't got the chance to fairly test whether > transactions are working yet, because I'm using Python > 2.2, and this SQLObject doesn't work with it. I'll > install 2.3 today and retest. 2.2 should be fine. Are you having a problem with it? Ian |