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 serhiy.storchaka
Recipients serhiy.storchaka, vladinko0
Date 2020-03-17.12:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584448019.9.0.989684744706.issue39992@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-17 12:26:59serhiy.storchakasetrecipients: + serhiy.storchaka, vladinko0
2020-03-17 12:26:59serhiy.storchakasetmessageid: <1584448019.9.0.989684744706.issue39992@roundup.psfhosted.org>
2020-03-17 12:26:59serhiy.storchakalinkissue39992 messages
2020-03-17 12:26:59serhiy.storchakacreate