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