[PyOpenGL-Users] GLE on linux systems
Brought to you by:
mcfletch
From: Stéphane A. <san...@fr...> - 2015-10-15 16:27:01
|
Hi, I have noticed in my recent linux systems I was no more able to use GLE API with pyopengl. I tried reinstalling the sources, the problem is the same : I can import GLE but not use any functions . OpenGL.error.NullFunctionError: Attempt to call an undefined function gleSetJoinStyle, check for bool(gleSetJoinStyle) before calling I have found similar people with same problem, but no answer. I am a bit surprised, since setting up Release 3.0.2 from source is working , but not releases 3.1.x . I tried using ctypes and loading libgle libs, no problem. So, If there is no "good" reason, to inhibit it in 3.1.x releases it should work. Please can you correct it in 3.1.x release .Thanks. Regards, S.Ancelot |