Re: [sqlalchemy] Support for IBM AS/400 database

2010-02-19 Thread Michael Bayer
On Feb 18, 2010, at 10:36 AM, Jim Steil wrote: Hi Just wondering if there is support for the IBM AS/400 database using SQLAlchemy. IBM produces a DB2 driver, dont know if that overlaps with AS/400 compatibility or not. -Jim -- You received this message because you are

Re: [sqlalchemy] Support for IBM AS/400 database

2010-02-19 Thread Jim Steil
These is definitely more one DB2 driver for the AS/400. I seem to recall seeing that there was working being done with one of them a couple years ago, but don't recall which one. And, I don't know the status. Maybe a better question would be... Is there anyone else out there using

Re: [sqlalchemy] Support for IBM AS/400 database

2010-02-19 Thread Lukasz Szybalski
http://code.google.com/p/ibm-db/wiki/README Let us know if it worked for you. $ python Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 Type help, copyright, credits or license for more information. import sqlalchemy from

Re: [sqlalchemy] Support for IBM AS/400 database

2010-02-19 Thread Jim Steil
Here is the traceback I get when following that recipe... import sqlalchemy from sqlalchemy import * import ibm_db_sa.ibm_db_sa Traceback (most recent call last): File stdin, line 1, in module File c:\python26\lib\site-packages\ibm_db_sa-0.1.6-py2.6.egg\ibm_db_sa\ibm_db _sa.py, line 24,