Re: [Pythonmac-SIG] pyobjc with appscript

2010-10-26 Thread has
Adam Morris wrote: > I have a python script that gives Keynote some added features useful to > teachers. [...] > > I'm looking at giving it a GUI. [...] I'd really rather use PyObjC but would > need a helping hand getting started on making a deployable Snow Leopard-only > app, and getting it so

Re: [Pythonmac-SIG] pyobjc with appscript

2010-10-25 Thread Ned Deily
In article , Adam Morris wrote: > I have a python script that gives Keynote some added features useful to > teachers. It lets students interact with whatever is being projected right > at their desk. It's written in python using appscript but at the moment runs > entirely from the command line.

Re: [Pythonmac-SIG] pyobjc with appscript

2010-10-25 Thread Aahz
On Mon, Oct 25, 2010, Preston Holmes wrote: > > You might consider using a web framework like Django > > I've done some experimenting with using Django as a "local" app. The > gunicorn server makes this particularly easy. That's certainly an option; my company uses cherrypy/cheetah to similar ef

Re: [Pythonmac-SIG] pyobjc with appscript

2010-10-25 Thread Preston Holmes
You might consider using a web framework like Django I've done some experimenting with using Django as a "local" app. The gunicorn server makes this particularly easy. -Preston PS - I'd love to see your work, as we could use something like this at our school On Oct 23, 2010, at 11:18 PM, Ada

[Pythonmac-SIG] pyobjc with appscript

2010-10-23 Thread Adam Morris
Dear Pythonmac-sig, I have a python script that gives Keynote some added features useful to teachers. It lets students interact with whatever is being projected right at their desk. It's written in python using appscript but at the moment runs entirely from the command line. I'm looking at giving