In article 
<3f39e1330910080429y16802094pef7505d7e7456...@mail.gmail.com>,
 Takahiro IWAMOTO <cibi...@gmail.com> wrote:

> I'm trying to install PyObjC by "sudo port -d install py26-pyobjc2"
> 
> I got an error message related with KeyError '_objc'.

The problem was due to a Distutils incompatibility released in Python 
2.6.3.  It will be fixed in 2.6.4 which will be released in two weeks 
but the MacPorts maintainers have already patched setuptools to get 
around it.  Just rerun:

   sudo port sync

and try the install again.  This time it should also install a new 
version of py26-setuptools and the install of py26-pyobjc2 should now 
work.

-- 
 Ned Deily,
 n...@acm.org

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to