Re: [PyOpenGL-Users] GLE on linux systems
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2015-11-11 18:45:10
|
On 15/10/15 12:26, Stéphane ANCELOT wrote: > 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. Could you give more details as to *what* Linux systems? PyOpenGL is primarily written on Kubuntu machines (12.04 and 15.10) and on both GLE tests using PyOpenGL-Demo and OpenGLContext are all working. Are you sure that you've created a GL context before calling any GLE functions? I was working on getting the final 3.1.1 release out today, but it seems that will need to wait until we address this (afraid I haven't been monitoring my PyOpenGL folder as I worked on my conference presentation). Take care, Mike -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |