SOAP.py and Python 2.1.1

Gabriel Ambuehl gabriel_ambuehl at buz.ch
Sun Oct 7 10:15:30 EDT 2001


-----BEGIN PGP SIGNED MESSAGE-----

Hello,
I'm trying to get SOAP.py V.0.9.7 to work on Python 2.1.1 (built from
ports on a FreeBSD 4.4 box). While the server starts like it should,
the client won't even send out a query but instead prints the
following traceback:
serv.addAccount(ownerid=2, customerid=1, accounttype=3,
webserverid=111, mailserverid=111, adminserverid=111,
webmailserverid=111, mysqlserverid=111, domainname="buz-test.com",
password='aaakkaa',  quota_webspace=100, quota_emailaccounts=50,
quota_forwarders=-1, quota_autoresponders=-1, quota_mailinglists=10,
quota_ftpaccounts=10, quota_subdomains=100)
  File "SOAP.py", line 3603, in __r_call
    self.__hd, self.__ma)
  File "SOAP.py", line 3523, in __call
    p, attrs = parseSOAPRPC(r, attrs = 1)
  File "SOAP.py", line 2804, in parseSOAPRPC
    t = _parseSOAP(xml_str, rules = rules)
  File "SOAP.py", line 2776, in _parseSOAP
    parser = xml.sax.make_parser()
  File "/usr/local/lib/python2.1/xml/sax/__init__.py", line 88, in
make_parser
    raise SAXReaderNotAvailable("No parsers found", None)
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found


This confuses me cause I thought xml should be available from stock
and I've even got expat-1.2 and expat 1.95 installed so what's wrong
here?


Best regards,
 Gabriel

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5i

iQEVAwUBO8BVeMZa2WpymlDxAQGqzgf+PzG6Hk/lOOpQyvGRfYyPUfXZRaEflG7Q
4hQao+fEfJY4OA6YdWUat/l7yaKuUTdKhU2yee/Tr+ADqPPGnQSCdMVnFzrx+Bss
ynF+L6cEK63ZgxsLXKP2OhZgakFYKDuAXNMoG8yeAPVCqr61J51oq0pKBt6n3afw
JXGBUm2qXLeoDZawI1mkkPnU7iHykBVtsWwCF06ToS28heXpOWqBeWjGTAfCXUmt
S+Yd6+tEr0dEhuEkfwfI5E7Cb7vKiy+jXVHMpYz5NpqpM5aIa7l3aqpfjCnYjuiD
lmJJELxBc3ZwpKMzpYv5LpRypveJ/LXuTP1qZ9KJEWjqCSJi6waJGQ==
=t/hS
-----END PGP SIGNATURE-----





More information about the Python-list mailing list