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 vstinner
Recipients hroncok, nanjekyejoannah, pablogsal, torsava, vstinner
Date 2021-02-03.13:16:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612358165.18.0.475773473122.issue43113@roundup.psfhosted.org>
In-reply-to
Content
> FileNotFoundError: ./demo: /usr/bin/hugo: bad interpreter: No such file or directory

Python has no knowledge of executable formats, shell or anything. It only calls posix_spawn() and raises an OSError on error.
History
Date User Action Args
2021-02-03 13:16:05vstinnersetrecipients: + vstinner, torsava, hroncok, pablogsal, nanjekyejoannah
2021-02-03 13:16:05vstinnersetmessageid: <1612358165.18.0.475773473122.issue43113@roundup.psfhosted.org>
2021-02-03 13:16:05vstinnerlinkissue43113 messages
2021-02-03 13:16:04vstinnercreate