Hi Jason, I know ctypes, my problem is not PyOpenGL itself, but during my tests with different python based 3D tools, some of them depend on PyOpenGL and since PyOPenGL is only available for python 2.4 .... the story ends here.
Sorry I don't actually remember exactly what tool it was, I tried out (or tried to try out) different tools for doing 3D plotting, but skipped most of them since I did not get them to work. (... yes I am a little bit confused since I didnt find something working out of the box). Anton > > PyOpenGL isn't abandonware. Python 2.5 comes with the ctypes module > [1], so there isn't any need for a binary wrapper module anymore. > > Under 2.5, all pure "wrapper" binary modules are unnecessary. They > can work cross-platform from pure Python, calling directly into the C > function code. Trust me, this is an excellent improvement. > > PyOpenGL probably too low-level for what you want, but it isn't dead > yet. (It's just pining for the symbol table.) > > --Jason > > [1]http://docs.python.org/lib/module-ctypes.html -- http://mail.python.org/mailman/listinfo/python-list