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?
Thanks
Pete
___
Pythonmac-SIG maillist -
In article , Pete
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. Hav
On 2009-08-17 00:27:48 -0400, Ned Deily said:
In article , Pete
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