Hi All I am trying to create an application that receives xml format requests from a client and sends the response in Xml format I have tried the example given at : http://www.zope.org/Members/teyc/howxmlrpc My system configuration is: Zope-2.5.1 Python-2.2.2 Linux 2.4.8-26mdk ERROR: sys.append('/Software/Python-2.2.2/python') Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'module' object has no attribute 'append'
sys.append Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'module' object has no attribute 'append' s=xmlrpclib.Server("http://192.168.10.4:8080") Traceback (most recent call last): File "<stdin>", line 1, in ? File "/Software/Python-2.2.2/Lib/xmlrpclib.py", line 948, in __init__ import urllib File "/Software/Python-2.2.2/Lib/urllib.py", line 26, in ? import socket File "/Software/Python-2.2.2/Lib/socket.py", line 41, in ? from _socket import * ImportError: libssl.so.1: cannot open shared object file: No such file or directory
Thanks for all help in Advance Best Regards John Kunchandy --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.435 / Virus Database: 244 - Release Date: 12/30/2002