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 bryanf
Recipients Dandan Lee, bkline, bryanf, dstufft, malin, martin.panter, ncoghlan, zach.ware
Date 2018-07-16.15:44:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531755870.53.0.56676864532.issue31652@psf.upfronthosting.co.za>
In-reply-to
Content
Similar error on CentOS 7

ModuleNotFoundError: No module named '_ctypes'
 
Install --  yum install libffi-devel

Repeat:
./configure --enable-optimizations
make altinstall

Results:
Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
Successfully installed pip-10.0.1 setuptools-39.0.1

NOTE: 
The error did not stop python3.7 from operating as noted on this page. 

# python3.7
Python 3.7.0 (default, Jul 16 2018, 11:25:12)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print ("Hello Python")
Hello Python
>>>
History
Date User Action Args
2018-07-16 15:44:30bryanfsetrecipients: + bryanf, ncoghlan, bkline, martin.panter, zach.ware, dstufft, malin, Dandan Lee
2018-07-16 15:44:30bryanfsetmessageid: <1531755870.53.0.56676864532.issue31652@psf.upfronthosting.co.za>
2018-07-16 15:44:30bryanflinkissue31652 messages
2018-07-16 15:44:30bryanfcreate