[Sean] > The pymeld docs show examples only for the Python command line > interpreter and show using the print statement to output stuff. But > using mod_python.apache, I think you need to use req.write(something) > format. And of course, this fails when you feed it output from Meld.
req.write(str(meld)) ? -- Richie Hindle [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list