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

issue of building python bindings #76

Open
TingLee91 opened this issue Jul 21, 2015 · 2 comments
Open

issue of building python bindings #76

TingLee91 opened this issue Jul 21, 2015 · 2 comments

Comments

@TingLee91
Copy link

I'm trying to build python bindings but I had this problem of "xtract_wrap.c:125:20: fatal error: Python.h: No such file or directory" when I tried to make python in the directory /swig/, anybody knows what's the problem?

@felixonmars
Copy link
Contributor

You need to install python headers before building the python bindings.

@jamiebullock
Copy link
Owner

@TingLee91 as @felixonmars mentioned, the compiler needs to be able to find your Python headers.

Can you confirm if you are still having problems, or is this sorted now?

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