[PyQt] Need to draw rotating transparant image... without flickering!

2007-12-30 Thread Wim_
Hello, This is what I would like to do (simplified): I have 2 images (dome.png, telescope.png) which are 100x100px, transparant and are meant to be painted on top of each other, each rotated under a certain angle. These 2 angles can vary with time, and I would like the painting on the screen to b

Re: [PyQt] unable to load the postgre sql drivers in pyqt

2007-12-30 Thread Phil Thompson
On Sunday 30 December 2007, nishith datta wrote: > hi all, > ignore the last post - I figured it out that gcc is complaining there is > no python25 dir i.e I have installed python25 in E:\Python25 I resolved the > problem with the follwing command line :- > > E:\downloads\pythonAndQt

Re: [PyQt] unable to load the postgre sql drivers in pyqt

2007-12-30 Thread nishith datta
hi all, ignore the last post - I figured it out that gcc is complaining there is no python25 dir i.e I have installed python25 in E:\Python25 I resolved the problem with the follwing command line :- E:\downloads\pythonAndQt\sip-4.7-snapshot-20071228>mingw32-make -C e:\ It did p

Re: [PyQt] unable to load the postgre sql drivers in pyqt

2007-12-30 Thread Andreas Pakulat
On 30.12.07 09:51:47, nishith datta wrote: > hi phil, > First of all thanks for your prompt responses. > Well I have in the meantime downloaded the SIP 4.7 snapshot from the > riverbankcomputing site and I went ahead to configure it as follows :- > > E:\downloads\pythonAndQt\sip-4.7-snapsho

Re: [PyQt] unable to load the postgre sql drivers in pyqt

2007-12-30 Thread nishith datta
hi phil, First of all thanks for your prompt responses. Well I have in the meantime downloaded the SIP 4.7 snapshot from the riverbankcomputing site and I went ahead to configure it as follows :- E:\downloads\pythonAndQt\sip-4.7-snapshot-20071228>e:\Python25\python configure. py -p win32-g+

Re: [PyQt] unable to load the postgre sql drivers in pyqt

2007-12-30 Thread Phil Thompson
On Sunday 30 December 2007, nishith datta wrote: > hi all, > sorry Phil, I am unable to compile pyqt on winxp. I downloaded the source > file and tried the following:- > > E:\Python25>python E:\downloads\PyQt-win-gpl-4.3.3\configure.py > Error: This version of PyQt requires SIP v4.7.2 or later >

Re: [PyQt] unable to load the postgre sql drivers in pyqt

2007-12-30 Thread nishith datta
hi all, sorry Phil, I am unable to compile pyqt on winxp. I downloaded the source file and tried the following:- E:\Python25>python E:\downloads\PyQt-win-gpl-4.3.3\configure.py Error: This version of PyQt requires SIP v4.7.2 or later I find a SIP dir in the downloaded source archive al

Re: [PyQt] unable to load the postgre sql drivers in pyqt

2007-12-30 Thread Phil Thompson
On Sunday 30 December 2007, nishith datta wrote: > Thanks phil for such a prompt response, > Can I compile pyqt using mingw ? Yes, just pass the right -p flag when running SIP's configure.py. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com h

Re: [PyQt] unable to load the postgre sql drivers in pyqt

2007-12-30 Thread nishith datta
Thanks phil for such a prompt response, Can I compile pyqt using mingw ? nishith - Never miss a thing. Make Yahoo your homepage.___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcom

Re: [PyQt] unable to load the postgre sql drivers in pyqt

2007-12-30 Thread Phil Thompson
On Sunday 30 December 2007, nishith datta wrote: > hi all, > I have installed python 2.5 , QT 4.3.3 opensource with mingw, and pyqt > 4.3.1-1 on a winXP machine. I assume that you mean the binary installer of PyQt. > I am trying to establish a connection to the > postgres SQL 8.2 database on m

[PyQt] unable to load the postgre sql drivers in pyqt

2007-12-30 Thread nishith datta
hi all, I have installed python 2.5 , QT 4.3.3 opensource with mingw, and pyqt 4.3.1-1 on a winXP machine. I am trying to establish a connection to the postgres SQL 8.2 database on my machine using the pyqt . The code is as under :- from PyQt4.QtGui import * from PyQt4.QtCore import * f