-
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
reportlab broken, possibly using wrong python header or compiler flags with python 3? #1575
Comments
I'm wondering, is this something maybe related to OpenSSL being enabled as a core module in Python outside of the actual |
What happens if you edit |
opacam
added a commit
to opacam/python-for-android
that referenced
this issue
Jan 17, 2019
Caused because we try to compile the package with hostpython and we need to use target python or we will not have the right python headers Resolves: kivy#1575
opacam
added a commit
to opacam/python-for-android
that referenced
this issue
Jan 17, 2019
Caused because we try to compile the package with hostpython and we need to use target python or we will not have the right python headers Resolves: kivy#1575
opacam
added a commit
to opacam/python-for-android
that referenced
this issue
Jan 17, 2019
Caused because we try to compile the package with hostpython and we need to use target python or we will not have the right python headers Resolves: kivy#1575
AndreMiras
added a commit
that referenced
this issue
Jan 17, 2019
Fix reportlab's recipe `crypt.h` error, fixes #1575
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With latest master &
python3
(non-crystax), it seems there is some issue with reportlab including a Python header that expectscrypt.h
on the host (which I'm pretty sure shouldn't be included from there):Happy for any guesses on why that is, although I might dig into it myself soon if nobody has any idea
The text was updated successfully, but these errors were encountered: