[Pythonmac-SIG] How to add appscript module to a pyobjc project?

2010-11-18 Thread Fur Yao
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

Re: [Pythonmac-SIG] How to add appscript module to a pyobjc project?

2010-11-18 Thread Ned Deily
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 > >>>