No module named objc
Posted
by
user573949
on Stack Overflow
See other posts from Stack Overflow
or by user573949
Published on 2011-01-13T08:50:19Z
Indexed on
2011/01/13
8:53 UTC
Read the original article
Hit count: 278
I'm trying to use cocoa-python with Xcode but it always calls up the error:
Traceback (most recent call last):
File "main.py", line 10, in <module>
import objc
ImportError: No module named objc
This seems to be because dispite all my attempts to install or find objc and the other modules used by that file, they are simply not on my computer that I can tell, so does anyone know where I can download the actual files (or could put up their own copies?) as in objc.py, Foundation.py, AppKit.py and PyObjCTools.py?
© Stack Overflow or respective owner