Re: [SQLObject] SQLObject and python 2.2
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Andrew B. <and...@pu...> - 2004-10-29 11:17:37
|
On Fri, Oct 29, 2004 at 12:34:48PM +0200, Josu Oyanguren wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> i think there is a little problem in SQLObject and python 2.2. I am
> trying a line like this:
>
> matriculas = MultipleJoin('MatriculaDeCentro', joinColumn='IDCURSO',
> joinMethodName='matriculas')
>
[...]
> AttributeError: 'dict' object has no attribute 'pop'
> - ------------------------------------------------------------
>
> (pop method for dicts is new in python2.3, i think)
>
> Not a big problem to me. I can workaround this.
Already fixed in SVN, I believe.
-Andrew.
|