Re: mod_python, ElementTree and Aapche 2.0

2007-10-27 Thread Graham Dumpleton
On Oct 28, 3:02 am, Rajarshi <[EMAIL PROTECTED]> wrote: > Hi, this is a slightly vague question but I'm really puzzled as to > when I write a mod_python (3.1.3) program that makes use of > ElementTree and call it via a URL, the program simply stops when I do > something like > > s = # some XML docu

mod_python, ElementTree and Aapche 2.0

2007-10-27 Thread Rajarshi
Hi, this is a slightly vague question but I'm really puzzled as to when I write a mod_python (3.1.3) program that makes use of ElementTree and call it via a URL, the program simply stops when I do something like s = # some XML document in a string root = XML(s) There is no exception at all - the