I use Mac OS X Lion
and Python 2.7
. I am new to python. Can anyone tell me how to import
AppKit
and PyObjC
to Python
. But i get the errors when trying to import Import Error: No module named AppKit
or 'Import Error: No module named PyObjC
.
Trying easy_install
does not help either.
What can i do to import these 2 modules?