[Solved] Qt/PyQt/Sip - How can I find the current version of each on my linux machine?
-
Qt/PyQt/Sip - How can I find the current version of each on my linux machine?
Thanks!!
-
Hi,
I don't need to install them. They're already installed. I just wanted to know/verify what versions were installed on my machine.
Thanks
-
Thanks, mlong :)
-
Oh okay, thanks!!
I also found that doing @help(QtCore)@ for example on a python command line returns the versions of all.
or
windows:
@c:\python32\python configure.py --version@:) Hopefully this is helpful for someone