Re: [SQLObject] More transaction troubles
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Randall R. <ra...@ra...> - 2003-09-08 23:36:54
|
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 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. Thanks! -- Randall Randall <ra...@ra...> "When you advocate any government action, you must first believe that violence is the best answer to the question at hand." -- Allen Thornton |