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 remi.lapeyre
Recipients TotallyLost, remi.lapeyre
Date 2020-05-17.10:51:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589712670.42.0.670574349662.issue40649@roundup.psfhosted.org>
In-reply-to
Content
The error message you linked does not show an issue with the Python installation but the permissions are wrong on the 'howdy.py' file, that's what the error message says:

    can't open file 'howdy.py': [Errno 1] Operation not permitted

You have to check the permissions on the file to make sure the Python interpreter can read it.

This is not a bug in the Python interpreter which this bug tracker is for, the python-help mailing list and StackOverflow will give you the help you are looking for.
History
Date User Action Args
2020-05-17 10:51:10remi.lapeyresetrecipients: + remi.lapeyre, TotallyLost
2020-05-17 10:51:10remi.lapeyresetmessageid: <1589712670.42.0.670574349662.issue40649@roundup.psfhosted.org>
2020-05-17 10:51:10remi.lapeyrelinkissue40649 messages
2020-05-17 10:51:10remi.lapeyrecreate