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

add compiled lib to package #81

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

fduxiao
Copy link

@fduxiao fduxiao commented Sep 21, 2018

One shall expect the compiled libraries to be placed in installed path (one could also put soft links if he/she needs to 'share' it) , since otherwise python will complain about the missing dynamic lib.

setup.py Outdated
packages=find_packages()
packages=find_packages(),
package_data={'pylibui.libui.sharedlibs': '*'},
include_pacakge_data=True,
Copy link
Owner

@joaoventura joaoventura Sep 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't "pacakge" mispelled? It may be this that is failing the CI build..

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I misspelled it. (I make an amend commit) But I check the log. It's because the test need to mkdir pylibui/libui/sharedlibs where I have to put an __init__.py. I've add an if for it.

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

Successfully merging this pull request may close these issues.

2 participants