[Pythonmac-SIG] no module named appscript error

Ronald Oussoren ronaldoussoren at mac.com
Tue Aug 18 08:07:10 CEST 2009


On 17 Aug, 2009, at 6:27, Ned Deily wrote:

> 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?

That's a red herring. Py2app should automaticly detect that appscript  
is used.

The output of "python setup.py py2app" is rather verbose, but it  
should help in finding the issue. Does the output mention appscript,  
and does it mention other modules/packages that it cannot find?

Ronald

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2224 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090818/a80bad98/attachment.bin>


More information about the Pythonmac-SIG mailing list