[sqlalchemy] Python 3.1 + SQLAlchemy 0.6 or 0.7

2011-03-21 Thread ddarko
Python 3.1 SQLAlchemy 0.6.6 (and tested with 0.7b3) psycopg2 2.4 postgresql 8.4 Has anyone tested this configuration? psycopg2 alone work for me great, but in spite of installing the current version of SQLAlchemy accordance with the instructions README.py3k connection is not working properly:

Re: [sqlalchemy] Python 3.1 + SQLAlchemy 0.6 or 0.7

2011-03-21 Thread Michael Bayer
Yeah psycopg2 with python 3 / sqlalchemy is not supported yet. The python 3 supported version of psycopg2 came out like, in the past two weeks.It will be 0.7 where its supported at all, hopefully soon as its a matter of setting up some flags in the dialects. In the meantime if you want