[Pythonmac-SIG] Help getting started with py-appscript
Dewey V. Schorre
dvschorre at sbcglobal.net
Thu Apr 3 20:14:58 CEST 2008
I began by installing py-appscript like this:
macpro-administrators-computer:~ val$ sudo easy_install appscript
. . .
Finished processing dependencies for appscript
macpro-administrators-computer:~ val$
I thought that had worked, so I began the tutorial like this:
macpro-administrators-computer:~ val$ python
. . .
>>> from appscript import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named appscript
>>>
Why did it say "No module named appscript"? How can I get this to work?
Thanks for helping me get started.
Dewey V. Schorre
More information about the Pythonmac-SIG
mailing list