In article <[email protected]>, Pete <[email protected]> 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? -- Ned Deily, [email protected] _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig
