On Fri, Aug 21, 2009 at 5:36 AM, M. Hecht <mhecht2...@instant-mail.de>wrote:

> So why I have to configure environment variables or registry keys to
> connect
> to an Informix DB
> with Python??


You have to configure environment variables or registry keys to connect to
Informix with ANY LANGUAGE, not just in Python, because that's how the
Informix client library is set up.


> Is there any comparable approach doing this in one script whithout
> additional configuration?


You could try to set up the necessary environment directly in your code.

Good luck,

Carsten Haese
http://informixdb.sourceforge.net
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to