Re: [PyQt] Implementing a QSqlDriver in python -> segmentation fault

2009-08-09 Thread Phil Thompson
On Tue, 4 Aug 2009 15:15:35 +0200, Andre Alexander Bell wrote: > Hello, > > I often have the problem, that the Qt installation on some computers is not > > shipped with the mysql plugin. Hence, I can't access a mysql database from > PyQt on such an computer. > Since I need to have the same comp

Re: [PyQt] Implementing a QSqlDriver in python -> segmentation fault

2009-08-08 Thread Phil Thompson
On Sat, 8 Aug 2009 12:24:16 +0200, "Hans-Peter Jansen" wrote: > Am Samstag, 8. August 2009 schrieb Andre Alexander Bell: >> On 2009-08-06 Volker Helm wrote: >> > I haven't got any knowledge for you. Why don't you use the ODBC-driver >> > which is implemented. On Linux you'll find normally driver f

Re: [PyQt] Implementing a QSqlDriver in python -> segmentation fault

2009-08-08 Thread Hans-Peter Jansen
Am Samstag, 8. August 2009 schrieb Andre Alexander Bell: > On 2009-08-06 Volker Helm wrote: > > I haven't got any knowledge for you. Why don't you use the ODBC-driver > > which is implemented. On Linux you'll find normally driver for each OS > > database. > > Thanks for your answer Volker. Indeed I

Re: [PyQt] Implementing a QSqlDriver in python -> segmentation fault

2009-08-07 Thread Andre Alexander Bell
On 2009-08-06 Volker Helm wrote: > I haven't got any knowledge for you. Why don't you use the ODBC-driver > which is implemented. On Linux you'll find normally driver for each OS > database. Thanks for your answer Volker. Indeed I'm using the ODBC driver under windows and the native driver under

Re: [PyQt] Implementing a QSqlDriver in python -> segmentation fault

2009-08-06 Thread Volker Helm
nder Bell > An: pyqt@riverbankcomputing.com > Betreff: [PyQt] Implementing a QSqlDriver in python -> segmentation fault > Hello, > > I often have the problem, that the Qt installation on some computers is > not > shipped with the mysql plugin. Hence, I can't access a mysql

[PyQt] Implementing a QSqlDriver in python -> segmentation fault

2009-08-04 Thread Andre Alexander Bell
Hello, I often have the problem, that the Qt installation on some computers is not shipped with the mysql plugin. Hence, I can't access a mysql database from PyQt on such an computer. Since I need to have the same compiler, as Qt has been compiled with, to build the plugin myself, I thought it