Re: [Pythonmac-SIG] MySQLdb on OS X 10.6

2010-10-25 Thread brinsknaps
Hey Brian, I know it's been a long time since you posted this message, but I've been pulling out my hair running into the same issue. I've tried installing 32-bit and 64-bit versions of mysql to test different compatibilities with python 2.6.6, but have had no luck. By any chance did you figure o

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