Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我还需要 json、pyobjc 和理想情况下的 psyco。
除了 pyobjc 之外,我都在活跃的 python 2.6 上工作。如何正确成功安装 pyobjc?
谢谢你。
在 ActivePython 2.6 中安装 pyobjc:
/usr/local/bin/pip-2.6 install --user pyobjc
我最终通过简单的安装来安装它:
easy_install-2.6 pyobjc==2.2
那行得通。