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 dgspahn
Recipients Dandan Lee, bkline, bryanf, dgspahn, dstufft, malin, martin.panter, ncoghlan, zach.ware
Date 2018-09-08.19:50:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536436220.25.0.56676864532.issue31652@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting the same error   File "/usr/src/Python-3.7.0/Lib/ctypes/__init__.py", line 7, in <module>
    from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
Makefile:1122: recipe for target 'install' failed
make: *** [install] Error 1
 
Linux Mint 19
History
Date User Action Args
2018-09-08 19:50:20dgspahnsetrecipients: + dgspahn, ncoghlan, bkline, martin.panter, zach.ware, dstufft, malin, Dandan Lee, bryanf
2018-09-08 19:50:20dgspahnsetmessageid: <1536436220.25.0.56676864532.issue31652@psf.upfronthosting.co.za>
2018-09-08 19:50:20dgspahnlinkissue31652 messages
2018-09-08 19:50:20dgspahncreate