Boudewijn Rempt wrote:
> 
> I've tried compiling 2.5pre4 today, and I met a strange
> problem. While compiling went all-right, and installing
> too, running a simple application gave the following:
> 
> boud@calcifer:~/src/cc/PyQt-2.5pre4 > python examples/application.py
> Traceback (most recent call last):
>   File "examples/application.py", line 97, in ?
>     class ApplicationWindow(QMainWindow):
> 
> I suspect that this might be related to the appearance of
> a qtgl module (which gave problems because I did have
> installed the mesa development libs, but not the qt gl
> extensions).

I've changed the test for OpenGL support - it now tests whether Qt has
been built with OpenGL support or not. I'm not sure if this helps your
original problem or not.

Phil

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to