-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
I got error when command ./distribute.sh -m "kivy" was used:
error Do not use this file, it is the result of a failed Cython compilation.
^
error: command 'ccache' failed with exit status 1
Error compiling Cython file:
...
def get(self):
w,h = self._width, self._height
self.bind()
data = py_glReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE)
self.release()
return str(buffer(data))
^
kivy/graphics/fbo.pyx:391:29: undeclared name not builtin: buffer
I'm using cython 0.19.2.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels