Getting mod_python to Work

2008-08-05 Thread jpuopolo
odule python_module modules/mod_python.so AddHandler mod_python .py #PythonHandler mptest --- works if I uncomment this line and comment next line PythonHandler mod_python.publisher PythonDebug On Many thanks, jpuopolo -- http://mail.python.org/mailman/listinfo/python-list

Re: Getting mod_python to Work

2008-08-05 Thread jpuopolo
On Aug 5, 8:44 am, jpuopolo <[EMAIL PROTECTED]> wrote: > Hi, all... > > I am hoping that someone can help me with the magic incantation to get > mod_python working on my local machine. > > Set up: Apache 2.2.9, mod_python 3.3.1 on Windows Vista (yes, pity > me). > >

JSON from Python mysqldb

2008-08-26 Thread jpuopolo
from a mysqldb row or row set? Thanks, jpuopolo -- http://mail.python.org/mailman/listinfo/python-list

Re: JSON from Python mysqldb

2008-08-26 Thread jpuopolo
On Aug 26, 3:15 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > jpuopolo wrote: > > All: > > > I am using Python to read some records from the MySQL database. I am > > using the mysqldb library, and things are working well. > > > Now, I would like to pass back