[PyQt] Installation problem in linux

Shyamsundar, Purkayastha (Purkayastha)** CTR ** shyamsundar at alcatel-lucent.com
Thu Sep 27 11:26:28 BST 2007


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: pyqt-bounces at riverbankcomputing.com
[mailto:pyqt-bounces at riverbankcomputing.com] On Behalf Of Andreas
Pakulat
Sent: Thursday, September 27, 2007 3:49 PM
To: pyqt at riverbankcomputing.com
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    PyQt at riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt



More information about the PyQt mailing list