Andreas Qt 3 was installed by linux os by default and I installed qt4 in a different location because I thought pyqt4 would be compatible with qt4
But I didn't know about the -q option in configure.py and it has worked for me. Thanks a million Regards Shyam -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Pakulat Sent: Thursday, September 27, 2007 3:49 PM To: [email protected] Subject: Re: [PyQt] Installation problem in linux On 27.09.07 14:59:05, Shyamsundar, Purkayastha (Purkayastha)** CTR ** wrote: > ######################################################################## > #### > > It seems something is amiss in terms of qt path,I installed qt v 4 over > qt3.3 ( which was pre installed with os ) but I am unsble to figure out > the meaning of the last warning, The warning is not important, important are the errors above. What do you mean with "installed qt4 over qt3.3" Did you install Qt4 in the same prefix and thus overwriting parts of Qt3.3? Why did you do that? This breaks all Qt3 based apps on your system, especially as qt3 was installed from system tools. Just install Qt4 "somewhere else" and let configure.py know the absolute Path of Qt4 qmake using the -q switch. Andreas -- You will live a long, healthy, happy life and make bags of money. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
