View Single Post
Old 08-07-2007, 03:53 PM   #56
AndyQ
Enthusiast
AndyQ began at the beginning.
 
Posts: 38
Karma: 36
Join Date: Dec 2006
Device: Sony Reader PRS-500
Quote:
Originally Posted by kovidgoyal View Post
Code:
python
>>> from PyQt4.Qt import qVersion
>>> qVersion()
It claims that I'm using 4.3.0:

Python 2.5.1 (r251:54863, May 2 2007, 16:56:35)
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4.Qt import qVersion
>>> qVersion()
'4.3.0'
AndyQ is offline   Reply With Quote