Skip to content

Fail to include any module other than Kivy #37

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

Closed
LittleBigBrain opened this issue May 31, 2012 · 2 comments
Closed

Fail to include any module other than Kivy #37

LittleBigBrain opened this issue May 31, 2012 · 2 comments

Comments

@LittleBigBrain
Copy link

If I try to include any package other than Kivy
for example:
./distribute.sh -m 'kivy pil' -d "PILAPI8" -f
it is going to give an error

~/KivyRepos/kivyAndorid/src/jni/../jni/application/src//start.c:2:20: error: Python.h: No such file or directory
/KivyRepos/kivyAndorid/src/jni/../jni/application/src//start.c:4:6: error: #error Python headers needed to compile C extensions, please install development version of Python.
make: *** [
/KivyRepos/kivyAndorid/src/obj/local/armeabi/objs/application/src//start.o] Error 1

@tshirtman
Copy link
Member

"please install development version of Python."

Did you try to install "python-dev" using the packet manager of your distribution ? (apt-get install on ubuntu).

@LittleBigBrain
Copy link
Author

Thanks a lot! I thought it will get automatically fetched by the distribute.sh to the build.

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

2 participants