[PyOpenGL-Users] Oh, addendum to PyOpenGL 3.1.0b3; Py_buffer on Python3 unsupported
Brought to you by:
mcfletch
|
From: Mike C. F. <mcf...@vr...> - 2014-05-27 13:57:50
|
Almost forgot to mention this:
* as of b3, I'm having to declare the ctypes implementation of the
OpenGL/arrays/_buffer.py handler to be non-functional on Python 3.x,
it consistently results in memory faults
o the *cython* (accelerated) version works fine in all supported
CPython releases
o the Python 2.7 version does work in all of my testing
I've burned way too much time trying to debug that little bit of code,
so I'm just declaring that configuration unsupported for now.
Take care,
Mike
--
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
|