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 that

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

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

Re: [Pythonmac-SIG] pyobjc with appscript

2010-10-25 Thread Ned Deily
In article aanlkti=ngrh9vi1ttynlmnqicttjswmm+7crdzxbw...@mail.gmail.com, Adam Morris amor...@mistermorris.com 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

[Pythonmac-SIG] pyobjc with appscript

2010-10-24 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