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

[Pythonmac-SIG] os 9.2

2009-08-18 Thread Suresh Krishna
hi, i have to work with mac OS 9.2 for legacy reasons...is there a compiled version of python for this os ? i need to get input about variable values from the user and then print out some text files that make use of this input. a gui would be nice, but keyboard based input would be ok too... th

Re: [Pythonmac-SIG] os 9.2

2009-08-18 Thread Ned Deily
In article , "Suresh Krishna" wrote: > i have to work with mac OS 9.2 for legacy reasons...is there a > compiled version of python for this os ? i need to get input about > variable values from the user and then print out some text files that > make use of this input. a gui would be nice, but key