Forum Archive

Using pyObjC

benwiggy

Hello, I've just heard about Pythonista, and it sounds very exciting. I'm sure these are basic questions.

It seems that you can import modules using pip, which is amazing.

I use pyObjC on MacOS a lot. Will that code work (for APIs that are in both iOS and MacOS) if I import the pyObjC module? Or is pythonista's objc_util broadly compatible?

Thanks

JonB

objc_util can run most frameworks, albeit with some effort and familiarity with objc. it is very similar to rubicon. pyObjC has much the same capability, but with different syntax.