I have some problem
In my app , I want to use "appscript" .
I use easy_install appscript , and it works well in my python script.
But when I build a Mac app in xcode , an error appears.
>>>
from appscript import app , k
ImportError: No module named appscript
>>>
Then I copy the appscript fo
In article
,
Fur Yao wrote:
> In my app , I want to use "appscript" .
>
> I use easy_install appscript , and it works well in my python script.
>
> But when I build a Mac app in xcode , an error appears.
>
> >>>
>from appscript import app , k
> ImportError: No module named appscript
> >>>