[PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread Paulino
*>Linos* info at linos.es />Tue Sep 25 22:21:33 BST 2007/ ---

[PyQt] Re: Tab key navigation in QtableView

2007-09-25 Thread Nicolas Girard
On Tue, 15 May 2007 11:55:35 +0100, joanne matthews (RRes-Roth) wrote: > Can anyone explain why in the PyQt example queryModel.pyw, pressing tab > after editing a cell in the qtableview displayed by EditableSqlModel, > the current index is set to 0,0? I'd like to use the example for > something sim

Re: [PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread Linos
The last version in windows works very well for me with odbc support but i have compilend by hand (sip and pyqt, qt installed from binary) i dont know if binary packages fail, i have a problem with odbc in linux but in windows works very well. Phil Thompson escribió: > On Tuesday 25 September 20

Re: [PyQt] Eric3 issue: importing modules with the same name as an Eric module

2007-09-25 Thread Detlev Offenbach
On Dienstag, 25. September 2007, Sundance wrote: > Hi peeps, > > I am trying to run a Python/Qt4 project in Eric3. The project has a file > called Config.py. When I try to run the project from the Eric3 > interface, it fails, because the line 'import Config' in my code > imports the Config module f

[PyQt] Eric3 issue: importing modules with the same name as an Eric module

2007-09-25 Thread Sundance
Hi peeps, I am trying to run a Python/Qt4 project in Eric3. The project has a file called Config.py. When I try to run the project from the Eric3 interface, it fails, because the line 'import Config' in my code imports the Config module from Eric3 instead, even though my project directory come

RE: [PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread paulino1
I suggest you wait for a few days for the release of PyQt 4.3.1. The GPL Windows installer will include ODBC support. Phil Well, I reinstalled the previous versions of Qt (4.2.2) and PyQt (4.1.1) (binary installers) and now don't have any sql driver available!? Paulino. __

Re: [PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread Phil Thompson
On Tuesday 25 September 2007, [EMAIL PROTECTED] wrote: > > [PyQt] Build PyQt with sql Driver plugins > > Phil Thompson phil at riverbankcomputing.co.uk Tue Sep 25 15:23:53 BST > > 2007 > > --- >- > > > On Tuesday 25 Septemb

Re: [PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread paulino1
[PyQt] Build PyQt with sql Driver plugins Phil Thompson phil at riverbankcomputing.co.uk Tue Sep 25 15:23:53 BST 2007 On Tuesday 25 September 2007, paulino1 at sapo.pt wrote: In the Pyqt4 docs i find the option -t

Re: [PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread Phil Thompson
On Tuesday 25 September 2007, [EMAIL PROTECTED] wrote: > In the Pyqt4 docs i find the option -t PLUGIN for the configure command. > > By "PLUGIN" I shall write the dll filename (qtsqlodbc4.dll) or the > driver name QODBC, or the full path to the dll? > > I tried -t qtsqlodbc4 and don't have the dri

[PyQt] Build PyQt with sql Driver plugins

2007-09-25 Thread paulino1
In the Pyqt4 docs i find the option -t PLUGIN for the configure command. By "PLUGIN" I shall write the dll filename (qtsqlodbc4.dll) or the driver name QODBC, or the full path to the dll? I tried -t qtsqlodbc4 and don't have the driver availlable. Thank's Paulino