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

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to