Can't import obj in Python on OS X 10.6.3 Snow Leopard - libiconv.2.dylib?
- by James
on OS X 10.6.3 Snow Leopard
% python
Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import objc
Traceback (most recent call last):
File "", line 1, in
File…