[issue39992] Windows line endings of pyc file detected on Ubuntu

Serhiy Storchaka report at bugs.python.org
Tue Mar 17 08:26:59 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

pyc files are not executable files. If you can run it on your machine it means that you have installed some loader hook which allow you to run files which are not machine executable files and not shell scripts. It seems it is not installed on your other machine. This hook is not a part of Python. You have to find what additional software is installed on your first machine and install the necessary parts on your other machine.

----------
nosy: +serhiy.storchaka
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39992>
_______________________________________


More information about the Python-bugs-list mailing list