Skip to content

Problems with distibute.sh #175

@i-zaitsev

Description

@i-zaitsev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions