LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Which Version of PyQt do I have? (https://www.linuxquestions.org/questions/slackware-14/which-version-of-pyqt-do-i-have-414706/)

rann_ 02-12-2006 07:58 PM

Which Version of PyQt do I have?
 
I have searched this computer for 3 hours to find out (including this site) I have 10.2, and sLocate gives me 4 filenames, including pyqtconfig.py. But I can't get a version # from any of the 4. Which version do I have, if I'm running 10.2 out of the box?

Thanks in advance,
e

Yalla-One 02-12-2006 11:42 PM

Hi,

A good way to find which version of a package you have installed is to look in /var/log/packages

A quick grep for "pyQt" in my /var/log/packages gave:
Code:

-rw-r--r-- 1 root root 9081 2005-10-08 17:13 PyQt-3.14-i486-1asz
which tells me that I have version 3.14 installed on my -current, and that it's most likely not part of Slackware since it has the -lasz extension.

So - if you have installed Qt yourself, let's hope you installed it the recommended way through a package with installpkg, and you can check /var/log/packages for "Py*" and find it there. If not - check /usr/doc/PyQt* - it should contain the version number. If not - chances are you may not even have the complete package installed.

Hope this helps..

rann_ 02-15-2006 05:43 PM

Yalla-One,
Thanks a Ton! PyQt was part of setup in 10.2, so I had no idea where to start looking.

Thanks again!

ed


All times are GMT -5. The time now is 11:16 AM.