Segmentation error when initializing frame with XRC on Mac M3pro (python 3.12)

Hi,

I have a wxPython project with a GUI that that is defined in an XRC file generated by wxFormBuilder.
This was running without problems on a PC running Python 3.11 and python 3.7 .

Recently I tried to run the same code on a MacBook Pro (M3pro) with Python 3.12, where it crashes with a segmentation error (Process finished with exit code 139 (interrupted by signal 11:SIGSEGV) when calling “res.LoadFrame(…)”.

The code is run under PyCharm 2023.3.2.CE, MacOS 14.2.1.

I am able run a simple wxPython GUI that is pure python based on the mac, so it seems related to the module that builds a frame based of the XRC file.

Does anyone has experience using XRC on the latest apple hardware ?

Thanks

see