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 ned.deily
Recipients Louis, ned.deily, ronaldoussoren, terry.reedy
Date 2020-05-05.08:58:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588669115.77.0.162702323581.issue40508@roundup.psfhosted.org>
In-reply-to
Content
Thanks for submitting the version of IDLE you were using.  It appears to be a Python 3.6.1 from 2017; the version is very old-of-date and no longer supported.  Python 3.6.x is now in security fix mode only; Python 3.8.2 is now current.  Unless you have a reallygood reason to stick with it you should download and use the latest version from here:

https://www.python.org/downloads/

The reason you are getting the bad cpy type message is that the 3.6.1 variant you are trying to use was built for 32-bit architectures only.  macOS 10.15 no longer supports running 32-bit executables.  The most recent downloads from python.org for macOS are 64-bit executables and work fine on 10.15.
History
Date User Action Args
2020-05-05 08:58:35ned.deilysetrecipients: + ned.deily, terry.reedy, ronaldoussoren, Louis
2020-05-05 08:58:35ned.deilysetmessageid: <1588669115.77.0.162702323581.issue40508@roundup.psfhosted.org>
2020-05-05 08:58:35ned.deilylinkissue40508 messages
2020-05-05 08:58:35ned.deilycreate