Re: [python-win32] To connect to a remote DB2(AS400) over Python, in any case do we have to pay to IBM for the driver?

2017-06-23 Thread Vernon D. Cole
This forum is appropriate. It has been a number of years since I looked at the code I used for what you ask (perhaps I have an old copy of source laying around) but if I recall correctly, I used the OLE DB Provider. I am not aware of any licensing issues -- perhaps the company already had some

Re: [python-win32] pythonw.exe

2017-06-23 Thread Tim Golden
On 23/06/2017 06:15, Damien Sykes-Lindley wrote: Hi, I’m relatively new to Python so please excuse me if this question has a pretty obvious answer that I may have missed somewhere. Since I work exclusively with Windows, the majority of my projects are orientated towards GUI interfaces, meaning

[python-win32] pythonw.exe

2017-06-23 Thread Damien Sykes-Lindley
Hi, I’m relatively new to Python so please excuse me if this question has a pretty obvious answer that I may have missed somewhere. Since I work exclusively with Windows, the majority of my projects are orientated towards GUI interfaces, meaning that the console often gets in the way. >From

[python-win32] To connect to a remote DB2(AS400) over Python, in any case do we have to pay to IBM for the driver?

2017-06-23 Thread Gugu Rama
Hi everybody, I am new here and need an answer, if you can help I will be really happy... I just wonder a point about connecting to an AS400 DB2 over Python.. To connect to a DB2 of a remote AS400 over any one of the Python DB API interfaces (ibm_db, pyodbc, pyDB2 or any other one) from Python on