[issue40649] [Errno 1]

Rémi Lapeyre report at bugs.python.org
Sun May 17 06:51:10 EDT 2020


Rémi Lapeyre <remi.lapeyre at 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 <report at bugs.python.org>
<https://bugs.python.org/issue40649>
_______________________________________


More information about the Python-bugs-list mailing list