Re: [Sqlalchemy-users] SQLAlchemy 0.2.3 released

2006-06-17 Thread Michael Bayer
well crappity ! let me put a try/catch around that...changeset 1637. On Jun 17, 2006, at 7:59 AM, Julien Cigar wrote: > Great news ! > > I just upgraded from 0.2.2 to 0.2.3 but unfortunately I got an error : > > Mod_python error: "PythonHandler public/dispatch" > > Traceback (most recent call la

Re: [Sqlalchemy-users] SQLAlchemy 0.2.3 released

2006-06-17 Thread Julien Cigar
I'm still using 2.3 .. so that could be the problem Charles Duffy wrote: > Julien Cigar wrote: > >> Traceback (most recent call last): >> init.__name__ = oldinit.__name__ >> TypeError: readonly attribute >> > > Which version of Python are you running? In 2.4, __name__ doesn't appear >

Re: [Sqlalchemy-users] SQLAlchemy 0.2.3 released

2006-06-17 Thread Charles Duffy
Julien Cigar wrote: > Traceback (most recent call last): > init.__name__ = oldinit.__name__ > TypeError: readonly attribute Which version of Python are you running? In 2.4, __name__ doesn't appear to be read-only. ___ Sqlalchemy-users mailing lis

Re: [Sqlalchemy-users] SQLAlchemy 0.2.3 released

2006-06-17 Thread Julien Cigar
Great news ! I just upgraded from 0.2.2 to 0.2.3 but unfortunately I got an error : Mod_python error: "PythonHandler public/dispatch" Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req) File

[Sqlalchemy-users] SQLAlchemy 0.2.3 released

2006-06-16 Thread Michael Bayer
hey all - this one is pretty important as it fixes a major speed hit that was occuring with backref relationships getting cascaded like crazy when you attached objects together. also, the internals of Mapper are highly modified to support "deferred" compilation; a compile() method is automa