easy_install -U pyobjc-core
worked just fine, however I have tried easy_install -U pyobjc
and pip -U install pyobjc
and every other way you can think of (except probably the correct one) and they all return:
error: Setup script exited with error: This distribution is only supported on MacOSX versions 10.6 upto and including 10.8
Which doesn't make any sense, because wasn't pyobjc 3.0 created long after OS X 10.8 became outdated?
Version 3.1.1 of PyObjC was recently released and fixes this issue.