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 eryksun
Recipients Ian Norton, eryksun, miss-islington, mitchhentges, n_rosenstein, vinay.sajip
Date 2021-12-10.21:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639171319.92.0.219813444834.issue43749@roundup.psfhosted.org>
In-reply-to
Content
The Windows implementation of symlink_or_copy() actually copies "python.exe" and "pythonw.exe" launchers from "Lib/venv/scripts/nt". One cannot simply copy the "python3.exe" executable because the required DLLs aren't copied. If this seemed to work when testing, it was only because the installation directory was in PATH. The solution that actually works is to copy the launcher as "python3.exe".
History
Date User Action Args
2021-12-10 21:21:59eryksunsetrecipients: + eryksun, vinay.sajip, miss-islington, n_rosenstein, Ian Norton, mitchhentges
2021-12-10 21:21:59eryksunsetmessageid: <1639171319.92.0.219813444834.issue43749@roundup.psfhosted.org>
2021-12-10 21:21:59eryksunlinkissue43749 messages
2021-12-10 21:21:59eryksuncreate