From: Josu O. <jo...@ub...> - 2004-10-29 10:43:28
|
-----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') and i get - ------------------------------------------------------------ Traceback (most recent call last): ~ (...) ~ File "/disc2/home/josu/Aplicaciones/fundageneral/UsuarioDeCentro.py", line 291, in CursoDeCentro ~ matriculas = MultipleJoin('MatriculaDeCentro', joinColumn='IDCURSO', joinMethodName='matriculas') ~ File "/usr/lib/python2.2/site-packages/sqlobject/joins.py", line 21, in __init__ ~ self._joinMethodName = self.kw.pop('joinMethodName') 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. Anyway, this is a wonderful work. - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBghzI5ju4HVxhuqQRAszcAJ4iYmXWkHCixuNteYU01K+3InswGwCgu3/J qc5m4WEVcShAH3JaqqEp73E= =IbGi -----END PGP SIGNATURE----- |