On Thu, 2003-04-10 at 13:44, Frank Barknecht wrote:
> Hallo,
>
> Ian Bicking hat gesagt: // Ian Bicking wrote:
> > That's weird. It's like it isn't doing the metaclass thing right. As
> > long as you don't use __connection__ that line shouldn't be executed,
> > for a quick fix (or test)... I wonder if 2.2 has problems (I've been
> > doing my testing on 2.2.2).
>
> I do, too, but this webserver currently has only 2.2.0 installed.
> I'll see, if we can update this without breaking other things. I'm the
> only one using python there, the webmaster is a perl guy...
>
> Changing connection to a class variable (_connection = ...) leads me
> past this error, but another one comes along:
That's a bug bug, not a version bug. It's fixed in CVS.
Ian
|