-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed to build/install succesfully for python 2.7 or python 3.6
- Loading branch information
1 parent
79d046d
commit 4ef5c1a
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4ef5c1a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason you did this without going through the pull request you have opened?
4ef5c1a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The master branch is currently unable to build the mei.framework because of missing header files #103, but the develop branch can. So I thought it would make more sense to have the develop be fully installable instead of fixing the python bindings for a branch without a buildable mei.framework.
This commit fixes #104
4ef5c1a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to run python setup.py build but Im getting an error.
"NameError: name 'libraries' is not defined"
can someone help me fix this? im trying to get the libmei. im using windows 10.