problem installing PyQt for eric3

Lawrence Oluyede raims at dot.com
Wed Aug 27 04:14:52 EDT 2003


Lupe <lupe at netvisao.pt> writes:

> In file included from qttest.cpp:1: /usr/lib/qt3/include/qgl.h:78:21:
> GL/glu.h: No such file or directory

It doesn't find GL utility library's header file.

> make: ** [qttest.o] Erro 1
> ************************************************************** 
> The qtgl
> module will not be built.
> **************************************************************

It means that you won't have support for OpenGL in QT

>
> can anyone translate this to english.  Is qtgl important?  

No, if you don't need OpenGL in PyQT. Eric3 doesn't use that modules

> I have a file named qgl.h in the /include directory, so what was wrong?

qgl.h is there. the compiler doesn't find the glu.h header.

-- 
Lawrence "Rhymes" Oluyede
http://loluyede.blogspot.com
rhymes at NOSPAMmyself.com




More information about the Python-list mailing list