corpnewt / ProperTree

Cross platform GUI plist editor written in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS Ventura can't build

Darkspeed294 opened this issue · comments

commented

Hello!

right now I am rocking Ventura and it runs ok. I got internet, bluetooth, sound and graphics acceleration, so I am good.
But unfortunately I cannot get proper tree to work to edit plists. I installed 3 versions of python:
-3.9.6
-3.10.5
-python3??
Screenshot 2022-06-13 at 03 23 24

building the app with option 2-4 gives me this error:
Screenshot 2022-06-13 at 03 24 47

and the 1st option gives me this:
Screenshot 2022-06-13 at 03 26 57

Last version of macOS I got it working was 12.4, and there it could build with 3.10.5.

commented

Screenshot 2022-06-13 at 03 22 14
error log from the buildapp.command

Pretty sure python is borked on Ventura - no support for that currently though as it's in the first dev beta.

commented

yeah I expected something like that. I guess I will have to dig up and hack another old laptop.

Seems like some users have reported that using the non-universal Python 3.9 builds from python.org work. I have not personally tested that though. Might be worth looking into though.

-CorpNewt

commented

Hueyyyyyy nice, it worked!
I downloaded 3.9.13 Intel version and builded the app, and it shows me the correct UI now!

thanks CorpNewt!

commented

Screenshot 2022-06-14 at 04 50 17

commented

Can Confirm using 3.9.13 Intel Version fixed any issues I was having with ProperTree on Ventura

Same, 3.9.13 fixed it for me too.