Page 1 of 1

Updated Python to 3.10: No longer saves settings

PostPosted: Thu Jun 23, 2022 11:28 am
by pepo
My Linux distribution (Tumbleweed) updated Python to version 3.10. Since MH 1.2.0 doesn't run with that Python version, I applied the diff from https://github.com/makehumancommunity/m ... eb5e4afdcd to my install directory.

Now MakeHuman starts, but it nuked the settings file (maybe because it detected a developer version?), and refuses to save the settings file on exit. In other words, it always starts with a tiny window, community plugin disabled, and "no sample buffers" disabled. I need to enable all these to work.

Is this a known issue? If not, how could I help debugging it?

Re: Updated Python to 3.10: No longer saves settings

PostPosted: Sat Jun 25, 2022 12:07 pm
by joepal

Re: Updated Python to 3.10: No longer saves settings

PostPosted: Sun Jun 26, 2022 8:52 am
by pepo
Thank you for the hint. I need a few more patches (at least 879fade) to fix Python 3.9 changes (was updating from 3.8). I will investigate which patches are needed.

Update: I was too lazy to investigate further. A fresh checkout from master works perfectly (and even includes the community add-on).