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以外のすべてがアクティブなPython2.6で動作するようになりました。pyobjcを正しくインストールするにはどうすればよいですか?
ありがとうございました。
ActivePython 2.6にpyobjcをインストールするには:
/usr/local/bin/pip-2.6 install --user pyobjc
私はそれを簡単なインストールでインストールすることになりました:
easy_install-2.6 pyobjc == 2.2
それはうまくいった。