Steve Dower <steve.do...@python.org> added the comment:

Some quotes from my reply to an off-list email that may be useful for other 
people who encounter this issue:

---

Apps that use Python-based plugins we can't make Just Work - it's up to the 
host application to work with Python installs (or to bundle its own, which is 
easier on Windows). We're happy to help the people who can fix it on their side 
if you know who to work with.

Rather than developing our own installer, it's actually less effort to use the 
standard Windows Installer service to manage installs, and that's the system 
with the restrictions. Coding something from scratch that supports the 
equivalent upgrade/repair/uninstall mechanisms would be considerably more work, 
and we'd end up basically reimplementing it or end up regularly recommending 
people try and delete everything by hand.

We also support the newer Windows MSIX format via the Store, because that's 
even less work and is a better experience for most users. Unfortunately, it's 
even further away from what you want. If your preferences are so strong, you 
may need to do your own builds and manually put them where you need. The Nuget 
packages will let you skip the compile step, and the regular ones will let you 
also skip the "put them where you need" step.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44575>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to