PyQt installation

All questions about installation
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Debashis Basu

PyQt installation

Post by Debashis Basu »

Hello,

It seems like that for Saturne 2.0 we need PyQt version 4.8. In fact I have PyQt-x11-gpl-4.8.3.

It gave an error when I tried to install it

I tried the yum install PyQt and this is what it says. Try PyQt and see if it works.
 
[root@niagra ~]# yum install PyQt
Loaded plugins: rhnplugin, security
Setting up Install Process

Package PyQt-3.16-4.x86_64 already installed and latest version
Nothing to do


My question is how can I install the latest version of PyQt. Can we overwrite the old version and install the new version ?

Best Regards,

Debashis
Alexandre Douce

Re: PyQt installation

Post by Alexandre Douce »

Try:

yum install PyQt4
Post Reply