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

2009-08-18 Thread Ronald Oussoren
On 17 Aug, 2009, at 6:27, Ned Deily wrote: 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 n

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

2009-08-17 Thread has
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? If you've installed one or more copies of Python yourself, make sure

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

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

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