[PyKDE] PyQt 4.0.1 - howto ?

Adrien Bourdet adrien.bourdet at gmail.com
Sun Jul 16 13:13:59 BST 2006


Le 16 juil. 06 à 10:58, Phil Thompson a écrit :
> Probably be best if you work your way through the tutorial and  
> other examples
> included in the PyQt4 source tarball.
>
> Phil


In my previous post, I paste an example of code that crash python on  
import of PyQt.
I also have the crash with examples from the tutorial :

tiggrou at TiggrouPB:~/Documents/Prog/Download/PyQt-mac-gpl-4.0.1/ 
examples/tutorial$ python
Python 2.4.3 (#1, May 24 2006, 19:39:48)
[GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> #!/usr/bin/env python
 >>> # PyQt tutorial 1
 >>>
 >>> import sys
 >>> from PyQt4 import QtGui
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap

Phil: This is why I requested you a "binary" version. I configure/ 
installed SIP and PyQt like the README say.

Adrien



More information about the PyQt mailing list