-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Python 3 recipe follow up issues #1455
Comments
Should be mentioned that the current test app for python3 has been modified by adding libffi to the requirements because the ui for the app has some button to test the ctypes module. References: This commit partially fixes some of the points mentioned in issue number kivy#1455
setup.py won't always detect libffi of target when cross compiling, but now python3.7 - unlike the previous - need a system ffi to build ctypes. |
maybe a bug, i found that when using a python host 3.7.1+ ( some distributions have started shipping it ) |
@pmp-p Thanks for the note, the pygame bootstrap is deprecated and has many issues like this, we may look to just remove it soon. |
Follow up issues essentially complete thanks to various contributors :) |
The new Python 3 recipe (#1412) is in a fully working state, but there are a few important follow up issues to work through now:
The text was updated successfully, but these errors were encountered: