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