Re: [pyPYME-Giotto] Error al utilizar el control "paginator"
Status: Planning
Brought to you by:
pyneo
From: Jose <coo...@py...> - 2005-09-08 20:01:57
|
El jue, 08-09-2005 a las 19:48, Mauro S=E1nchez escribi=F3: > Cuando intento usar cualquiera de las letras del control "paginator" > me devuelve este error. =BFEn qu=E9 proceso te est=E1 dando este error? > Traceback (most recent call last): >=20 > File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalass= a/xtns/widgets/record_list/qt/c/paginator.py", > line 75, in OnB > self.OnButtonClick('B') > File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalass= a/xtns/widgets/record_list/qt/c/paginator.py", > line 153, in OnButtonClick > self.emit(PYSIGNAL("on_clicked()"), (letter,)) > File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalass= a/core/c/list/controller.py", > line 405, in OnPaginatorButtonClicked > self.FillTable(self.SERVICE.GetSome(self.current_filter_spec)) > File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalass= a/core/s/service.py", > line 77, in GetSome > return self.model.GetSome(filters, sorts) > File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalass= a/core/m/model.py", > line 222, in GetSome > []) > File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalass= a/core/m/model.py", > line 128, in GetEntities > self.dbmanager.execute(sql, params) > File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalass= a/container/adapters/db/postgresql.py", > line 63, in execute > self.cursor.execute(query, params) > File "/usr/lib/python2.3/site-packages/dal/dbapi/dbapi.py", line > 298, in execute > return self._native_cs.execute(newquery, newparams) > TypeError: unindexable object >=20 > Los =FAnicos botones que me andan son los tres primeros (*, , =B7). Las > letras me debuelven todas ese error con pydal. =BFSer=E1 porque utiliz=F3 > python2.3? Estoy probando con Postgresql. >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Pract= ices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing &= QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5= sf > _______________________________________________ > pypyme-giotto mailing list > pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypyme-giotto >=20 |