[Pythonmac-SIG] no module named appscript error

pedro pedrooconnell at gmail.com
Mon Aug 17 07:43:42 CEST 2009


On 2009-08-17 00:27:48 -0400, Ned Deily <nad at acm.org> said:

> In article <h6aj9c$7at$1 at ger.gmane.org>, Pete <pedrooconnell at gmail.com>
> wrote:
>> Hi When I create an app using py2app, I get this error:
>> "no module named appscript"
>> 
>> When I run the python script that the app is based on, appscript is
>> working fine.
>> Anyone know what would be causing this?
> 
> appscript is not part of the standard library.  Have you included it in
> a packages option to py2app?

Hi, so any third party modules should be imported into the setup.py 
script, correct?
Pete




More information about the Pythonmac-SIG mailing list