Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with distibute.sh #175

Closed
devforfu opened this issue Nov 24, 2013 · 4 comments
Closed

Problems with distibute.sh #175

devforfu opened this issue Nov 24, 2013 · 4 comments

Comments

@devforfu
Copy link

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.

@inclement
Copy link
Member

Looks like this was fixed sometime in the last few months, closing.

@jtmorrisbytes
Copy link

What was the fix for this issue? I am having the same problem

@inclement
Copy link
Member

If you have the same problem with python-for-android master, please create a new issue giving the full details. This issue is ancient and doesn't relate to modern p4a.

@jtmorrisbytes
Copy link

jtmorrisbytes commented Feb 2, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants