[Python-au] any pys60 programers around?
Richard Jones
richardjones at optushome.com.au
Sun Dec 30 01:50:41 UTC 2007
On Sun, 30 Dec 2007, Andi Raicu wrote:
> Are there any PyS60 programmers around who played around with OpenGL
> ES1.1? I have no problem using vertex arrays, but when I try to use
> VBOs, Python throws me a "method not found" for VBO-related things,
> including constants like GL_STATIC_DRAW.
>
> The "thing" is that VBO support DOES work and exists for C++...
Perhaps those constants etc. are just not defined in whatever (unspecified)
python binding for opengl you're using?
You might be better-off asking for help with the authors of whichever python
library you're using.
Richard
More information about the python-au
mailing list