Thread: [pyPYME-Giotto] Error al utilizar el control "paginator"
Status: Planning
Brought to you by:
pyneo
From: <ma...@gm...> - 2005-09-08 18:17:14
|
Cuando intento usar cualquiera de las letras del control "paginator" me devuelve este error. Traceback (most recent call last): File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalassa/xt= ns/widgets/record_list/qt/c/paginator.py", line 75, in OnB self.OnButtonClick('B') File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalassa/xt= ns/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/thalassa/co= re/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/thalassa/co= re/s/service.py", line 77, in GetSome return self.model.GetSome(filters, sorts) File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalassa/co= re/m/model.py", line 222, in GetSome []) File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalassa/co= re/m/model.py", line 128, in GetEntities self.dbmanager.execute(sql, params) File "/home/mauro/proyectos/pypyme/workspace/trunk/org/pypyme/thalassa/co= ntainer/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 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. |
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 |
From: <ma...@gm...> - 2005-09-08 20:15:54
|
Perd=F3n, no lo especifiqu=E9. Es cuando utilizo cualquiera de las tablas generales de Charon. 2005/9/8, Jose <coo...@py...>: > 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. >=20 > =BFEn qu=E9 proceso te est=E1 dando este error? >=20 > > Traceback (most recent call last): > > > > 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 > > > > 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. > > > > > > ------------------------------------------------------- > > 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 >=20 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic= es > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > pypyme-giotto mailing list > pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypyme-giotto > |
From: Marcelo G A. <mam...@gm...> - 2005-09-08 20:54:50
|
On 9/8/05, Mauro S=E1nchez <ma...@gm...> wrote: > Perd=F3n, no lo especifiqu=E9. Es cuando utilizo cualquiera de las tablas > generales de Charon. >=20 > 2005/9/8, Jose <coo...@py...>: > > 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/thalassa/c= ontainer/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 Creo que ya mencione el error en la lista en la parte de bugs de trac. Me parece que es por haber elgido en el combo de busqueda, un campo que no esta indexado, y no es alfabetico. Proba con la ficha country, asegurate de que este en buscar por nombre de pais. Y presiona las letras, deberia andar. (Al menos a mi si.) > > > > > > Los =FAnicos botones que me andan son los tres primeros (*, , =B7). L= as > > > letras me debuelven todas ese error con pydal. =BFSer=E1 porque utili= z=F3 > > > python2.3? Estoy probando con Postgresql. > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Pra= ctices > > > Agile & Plan-Driven Development * Managing Projects & Teams * Testing= & QA > > > Security * Process Improvement & Measurement * http://www.sqe.com/bsc= e5sf > > > _______________________________________________ > > > pypyme-giotto mailing list > > > pyp...@li... > > > https://lists.sourceforge.net/lists/listinfo/pypyme-giotto > > > > > > > > > > > ------------------------------------------------------- > > 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 >=20 > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practic= es > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & Q= A > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > pypyme-giotto mailing list > pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypyme-giotto >=20 --=20 Marcelo Ametller www.maramsis.com.ar - www.aeroenlace.com.ar Ubuntu Linux User. |