Importing the module that crashes the app

I want to import an external module that I downloaded, which cannot work with macOS’s default or Homebrew version (only with the one you download from Python.org). As soon as I import it for Glyphs’s script, it crashes. Can anybody help me with this?

I tried to get different python version to work with Glyphs and it didn’t work. So for now, you are out of luck.

Okay, it’s a module for a hardware that I’ve got, but the SDK does have Objective-C samples. I guess I need to do it the hard way.

What about PyObjC?

I don’t think so…