evaluating wxPython ...

SPE Stani's Python Editor wrote:

- Will McGugan wrote a nutrition program and implemented a pie chart in opengl.
See here for an application using it (it went open source):
kelpiesoft.com
This is a post about the ctrl:
ActiveState Community - Boosting coder and team productivity with ready-to-use open source languages and tools.

Can anybody familiar with OpenGL tell me why I am getting this error on Linux with the piechartwindow module attached to the above message?

Traceback (most recent call last):
   File "piechartwindow.py", line 304, in OnPaint
     self.OnDraw()
   File "piechartwindow.py", line 331, in OnDraw
     segment.Draw(self.angle, self.rot, self.explode)
   File "piechartwindow.py", line 50, in Draw
     glPopMatrix()
OpenGL.GL.GLerror: [Errno 1281] invalid value

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!