[Pythonmac-SIG] no module named appscript error

2009-08-16 Thread Pete
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 -

Re: [Pythonmac-SIG] no module named appscript error

2009-08-16 Thread Ned Deily
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

Re: [Pythonmac-SIG] no module named appscript error

2009-08-16 Thread pedro
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