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.
アトミックパッケージを使用しようとしています。ただし、使用手順に到達すると、次のように表示されます。
>>> import atomac >>> atomac.launchAppByBundleId('com.apple.Automator')
次のエラーが表示されます。
-bash: import: command not found
Mavericks で python 2.7.5 を使用しています。何が間違っているのかわかりません。
pip を使用して atomac をインストールします。 pip install pyatomac
pip install pyatomac