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 Guido.van.Rossum, Paul Monson, Steven Noonan, TommyVCT, dan, jay.swanson, nsait-linaro, paul.moore, rubin, steve.dower, steven.downum, tim.golden, wayoman, zach.ware
Date 2022-01-11.16:44:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641919466.11.0.891334044709.issue33125@roundup.psfhosted.org>
In-reply-to
Content
Hi Tommy! Glad to have you join the discussion (I'm a huge fan of OBS Studio, and if the license wasn't incompatible with my employer, I'd be actively contributing :) )

Our challenge with the installer is the portability of Wix Toolset. I'm pretty sure our current version doesn't support ARM64, and they haven't released a newer version that does yet. It's possible that emulation will handle the main part of our installer, but AFAIK nobody has tested it to see whether it confuses the underlying installer service. (I can probably do that at some point, as I have access to some test machines now.)

At the same time, any reason why OBS doesn't just include a copy of Python with it? It should be quite easy to include the embeddable runtime on Windows, which would then mean that you're able to ship the exact version necessary and have the paths preconfigured. (It *might* complicate installing 3rd party packages a bit, but you can always allow search paths to be set/PYTHONPATH to be respected, or the executable path overridden.)

Possibly this is something you guys have already looked into, so if you know there's an issue I'd love to hear about it. Making it easy/easier to bundle Python with apps like OBS is one of my major focuses.
History
Date User Action Args
2022-01-11 16:44:26steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Guido.van.Rossum, steven.downum, Steven Noonan, Paul Monson, dan, wayoman, rubin, jay.swanson, nsait-linaro, TommyVCT
2022-01-11 16:44:26steve.dowersetmessageid: <1641919466.11.0.891334044709.issue33125@roundup.psfhosted.org>
2022-01-11 16:44:26steve.dowerlinkissue33125 messages
2022-01-11 16:44:25steve.dowercreate