[sqlalchemy] Re: py32 TypeError: unorderable types: str() int()

2011-07-22 Thread ddarko
To reproduce the error is needed: Python 3.2.0 SqlAlchemy 0.7.1 I use PostgreSQL 8.4 + psycopg2 2.4.2 but I think it does not matter. Contents of the table in the database before running the script. This is important. test2=# SELECT * from fl_opts ; key | value -+--- b | 3 (1 row)

Re: [sqlalchemy] Re: py32 TypeError: unorderable types: str() int()

2011-07-22 Thread Michael Bayer
thanks. this is ticket #2228, issue is only in Python 3 if you want to stay on 2 for now, patch is attached in the meantime before the ticket is fixed. On Jul 22, 2011, at 9:19 AM, ddarko wrote: To reproduce the error is needed: Python 3.2.0 SqlAlchemy 0.7.1 I use PostgreSQL 8.4 +

[sqlalchemy] Re: py32 TypeError: unorderable types: str() int()

2011-07-22 Thread ddarko
THX On Jul 22, 4:13 pm, Michael Bayer mike...@zzzcomputing.com wrote: thanks.  this is ticket #2228, issue is only in Python 3 if you want to stay on 2 for now, patch is attached in the meantime before the ticket is fixed.  2228.patch 1KViewDownload On Jul 22, 2011, at 9:19 AM, ddarko

[sqlalchemy] Re: py32 TypeError: unorderable types: str() int()

2011-07-20 Thread ddarko
That is very strange. I am from a few hours struggling with this ... stripped application on the first ... There is nothing else. Ordinary simple table. On it a select and an insert (with ORM, of course). Rest a while and try to prepare a complete test case. Unless I find a solution on the way :]