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 steven.daprano
Recipients ned.deily, steven.daprano, yangzongwu
Date 2019-10-07.00:26:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570407991.7.0.262149170855.issue38386@roundup.psfhosted.org>
In-reply-to
Content
I agree with Ned closing this issue, but just glancing at the logs, it looks to me like buildozer has shadowed your Python's ctypes with a broken ctypes in /home/yzw/Desktop/Test/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/Lib

If that's the case, this is definitely not a Python bug and should be reported to buildozer.

But one thing you should check first:

run ``which python3`` and make sure that the Python you are running (which has ctypes installed) is the same as the /usr/bin/python3 that buildozer is running.

Or run ``/usr/bin/python3 -c "import ctypes"`` and see what happens.
History
Date User Action Args
2019-10-07 00:26:31steven.dapranosetrecipients: + steven.daprano, ned.deily, yangzongwu
2019-10-07 00:26:31steven.dapranosetmessageid: <1570407991.7.0.262149170855.issue38386@roundup.psfhosted.org>
2019-10-07 00:26:31steven.dapranolinkissue38386 messages
2019-10-07 00:26:31steven.dapranocreate