Rémi Lapeyre <remi.lape...@henki.fr> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40649>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to