Re: [PyOpenGL-Users] gluNurbsCurve error 100253
Brought to you by:
mcfletch
From: <2l...@2l...> - 2003-04-20 18:32:25
|
It works Thank you very very much. Maybe it should be written in very big on the download page of PyOpenGL SEB Mike C. Fletcher a =E9crit: > Just to be sure, you are using Numeric v21 or _less_ with Python 2.2? =20 > Numeric 22+ is incompatible with the PyOpenGL 2.0.0.44 binary. It=20 > will load, but fail in lots of simple ways like this. I can't (at the=20 > moment) think of anything else that would cause a problem with Python=20 > 2.2 to 2.1 transition for PyOpenGL. > > HTH, > Mike > > S=E9bastien HEITZMANN wrote: > >> Hi, I'm trying to port one of mine program from Python 2.1 to Python 2= .2 >> >> I use PyOpenGL-2.0.0.44 binary for Windows with a Nvidia TNT2 opengl=20 >> driver. >> >> Everythings works well with Python2.1 on an other machine. >> >> I use this function >> >> gluNurbsCurve(nurb, crv.uknots, crv.cntrl, GL_MAP1_VERTEX_4) >> >> where > > > ... > >> Traceback (most recent call last): >> File "GLCrv.py", line 99, in ? >> main() >> File "GLCrv.py", line 88, in main >> gluNurbsCurve(nurb, crv.uknots, Numeric.transpose(crv.cntrl),=20 >> GL_MAP1_VERTEX >> _4) >> OpenGL.GLU.GLUerror: [Errno 100253] l'=DAtendue du n=A3ud valide est v= ide > > > ... > > _______________________________________ > Mike C. Fletcher > Designer, VR Plumber, Coder > http://members.rogers.com/mcfletch/ > > > |