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 steve.dower
Recipients andyharrington, eryksun, jeff.allen, mark, ned.deily, rhettinger, serhiy.storchaka, steve.dower, terry.reedy
Date 2019-07-14.09:02:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563094939.61.0.517676201703.issue22121@roundup.psfhosted.org>
In-reply-to
Content
> Steve, there is a problem in both lines of this suggestion.

The only problem is that you ran from your own build. Once running from an installed layout (which you can now easily generate with `python.bat PC\layout --preset-default --copy <outdir>`), the comparison will be fine.

I think it's fair to assume that the new users we are concerned about are *not* building Python from source :)

Otherwise, there's still my suggestion of a command line option to specify the start directory - e.g. --start-in-home - that we can put into the shortcut so it only affects GUI launches and not command line launches. (Though this idea may not be possible with the Store package, as the shortcut is the same for both Start and command line.)

Besides those two options, I don't know of another way to make this work. So we either need to choose one of them, choose not to fix it, or wait for someone to come up with something new.
History
Date User Action Args
2019-07-14 09:02:19steve.dowersetrecipients: + steve.dower, rhettinger, terry.reedy, andyharrington, mark, ned.deily, serhiy.storchaka, jeff.allen, eryksun
2019-07-14 09:02:19steve.dowersetmessageid: <1563094939.61.0.517676201703.issue22121@roundup.psfhosted.org>
2019-07-14 09:02:19steve.dowerlinkissue22121 messages
2019-07-14 09:02:19steve.dowercreate