This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author muhzi
Recipients Alex.Willmer, ezio.melotti, mrabarnett, muhzi, xdegaye
Date 2019-02-14.20:36:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550176592.88.0.291433310272.issue35997@roundup.psfhosted.org>
In-reply-to
Content
I cross compiled python for android x86_64, and the interpreter works fine, no problems. But when I compiled some other extension and try to import it. I get an import error as such the imported shared library fails to locate the symbol "PyBool_Type".

ImportError: dlopen failed: cannot locate symbol "PyBool_Type" referenced by ....

The extension was compiled with -I && -L flags pointing to the Python installation include and lib folders.
History
Date User Action Args
2019-02-14 20:36:32muhzisetrecipients: + muhzi, ezio.melotti, mrabarnett, xdegaye, Alex.Willmer
2019-02-14 20:36:32muhzisetmessageid: <1550176592.88.0.291433310272.issue35997@roundup.psfhosted.org>
2019-02-14 20:36:32muhzilinkissue35997 messages
2019-02-14 20:36:32muhzicreate