-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
[1/1] Cythonizing src/vbo.pyx
Error compiling Cython file:
------------------------------------------------------------
...
def create_buffers( self ):
"""Create the internal buffer(s)"""
assert not self.created, """Already created the buffer"""
buffers = self.get_implementation().glGenBuffers(1)
try:
self.buffer = long( buffers )
^
------------------------------------------------------------
src/vbo.pyx:191:26: undeclared name not builtin: long
EpicWink
Metadata
Metadata
Assignees
Labels
No labels