Forum Archive

ObjcUtil in Xcode

NoBetterName

In the template, objc_util doesn't work. more specifically, it claims ctypes isn't available. I made sure ctypes stayed in the modules list under pylib, but it claims ctypes isn't there. Any ideas on what could cause this problem?

I looked at objc_util.py and this message results from an ImportError of _ctypes

NoBetterName

Anybody?

Webmaster4o

@NoBetterName I don't think that template has even been updated for Pythonista 3 yet. @omz may update it soon.

NoBetterName

I still use Python 2.7 in the py3 app