Problems installing SOAPpy.

2005-05-23 Thread Amitpython5
Hello,     I'm having some problems installing SOAPpy module on my host, which has python 2.1 First when it attempts it import logging, it complains that classmethod is not defined. When I commented out (import logging), I got a different errror, about missing module thread. Specifically: Tra

Difficulty installing PyXml.

2005-05-20 Thread Amitpython5
Hello,     I have python installed under a different directory (/images/QA/QATools12/lib/python2.1), and I'm now trying to install PyXml. It gives me the following error: -> python setup.py buildTraceback (most recent call last):  File "setup.py", line 127, in ?    config_h_vars = parse_conf

Question about XML Parser in Python.

2005-05-11 Thread Amitpython5
Hello,     Well, I'm fairly new to Python and have encountered a strange error while reading an XML document in Python. I used the SAX parser, and my input XML is fairly large with 30 records. I extract about 25 fields from each record and spit out a csv file. The strange thing is that af