Skip to content

pythonpath and setup.py build fixes #525

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

Merged
merged 1 commit into from
Dec 10, 2015
Merged

Conversation

kived
Copy link
Contributor

@kived kived commented Dec 10, 2015

Adds the hostpython's site-packages to PYTHONPATH when call_hostpython_via_targetpython is False - prevents issues with wrong ELF class when loading certain modules, e.g. _ctypes, which happens to me for every setuptools-based package.

Also allows a recipe to add extra command line arguments to calls to setup.py - needed for my cdecimal recipe to tell it to build in 32-bit mode.

inclement added a commit that referenced this pull request Dec 10, 2015
pythonpath and setup.py build fixes
@inclement inclement merged commit 3b631b1 into kivy:master Dec 10, 2015
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