-
Notifications
You must be signed in to change notification settings - Fork 23
Building Python Bindings: Python.h not found in src/_libmei.cpp #92
Comments
Hi,
|
Sorry, I should have provided that information:
Seems that I hadn't installed all the necessary libraries for python on my system:
Now I am still missing
|
-> #81 In |
What is this permission/location stuff?
|
@ahankinson Could you please update the instructions on https://github.com/DDMAL/libmei/wiki/Installing-the-Python-bindings according to the links I provided with the dependencies that have to be met? |
@ifkarp could you please have a look at this issue? Thanks. |
@tobiasschweizer Which libraries did you install and which commands did you use to install them to get libmei to compile? |
And this is my modified
|
Perfect, thanks a lot! I'll update the documentation right away. As for the issue with permission, you should be able to remove the warning by changing the permission of .python-eggs to no longer allow groups/others to write to it with the following command:
http://stackoverflow.com/questions/17626694/remove-python-userwarning |
I've updated the wiki along with the temporary fix for issue #81 , if there are any other issues related to this thread I'll reopen it. As soon as I have a more permanent fix I'll be closing that issue as well |
Hi,
I have just tried to build the Python bindings after succesfully having compiled and installed libmei.
I followed the instructions on https://github.com/DDMAL/libmei/wiki/Installing-the-Python-bindings
It doesn't find Python.h. Where would that file be located?
I use Python 2.7.
Thx.
The text was updated successfully, but these errors were encountered: