mod_python and xml.dom.minidom problem

Tom tom at remove.yahoo.co.uk
Mon Oct 14 16:42:53 EDT 2002


> 
>>below is an example of the error I get when trying the code :
> 
> 
> Did I miss something, or did you fail to report the actual error?
> 

Sorry, I chopped off the error:

   File "/usr/lib/python2.2/site-packages/_xmlplus/dom/expatbuilder.py", 
line 734, in createParser
     parser.namespace_prefixes = True

AttributeError: namespace_prefixes

> 
>>"/usr/lib/python2.2/site-packages/_xmlplus/dom/expatbuilder.py", line
>>734, in createParser
>>     parser.namespace_prefixes = True
> 
> 
> I'll assume it doesn't know what True is. What Python version are you
> running (precise number, please)?
> 

"python -V" from the shell gives :

Python 2.2.1

I hope thats what you wanted,
Tom




More information about the Python-list mailing list