Hi!
I have an app bundle, with embedded python.org's universal build of Python
3.10.2 framework and a Tkinter-based GUI (
https://github.com/thonny/thonny/releases/tag/v4.0.0b1)
I've used IDLE's approach in the Info.plist, and the launcher script.
Functionally all is working fine, but a M1 user r
I can’t check right now (I don’t have a universal Python installed, just to
separate intel and M1 pythons), but if you use Finder “Get Info” on the
application bundle: does it show the “Open using Rosetta” checkbox?
If it does: ensure it is unchecked.
--
Jack Jansen, , http://www.cwi.nl/~jack
If
On 28 Mar 2022, at 10:08, Aivar Annamaa wrote:
> I have an app bundle, with embedded python.org's universal build of Python
> 3.10.2 framework and a Tkinter-based GUI
> (https://github.com/thonny/thonny/releases/tag/v4.0.0b1)
>
> I've used IDLE's approach in the Info.plist, and the launcher scr
Jack and Ned, thanks a lot!
I had forgotten about Distribution.plist. Will try the suggested value in
the next beta.
Best regards,
Aivar
On Tue, Mar 29, 2022 at 12:45 AM Ned Deily wrote:
> On 28 Mar 2022, at 10:08, Aivar Annamaa wrote:
> > I have an app bundle, with embedded python.org's univ