I installed mobile web server(including mod_python) in my phone, made a ad-hoc wireless Lan with my laptop, and tested successfully, then deploy a python written application in mobile web server, and tested successfully on my laptop using IE browser, but when I try to connect to this application using python code, a problem occurs:
does anybody know what's the problem here ? Thanks.Code:File "D:\Python24\lib\site-packages\ZSI\client.py", line 209, in Send self.h.connect() File "D:\Python24\Lib\httplib.py", line 630, in connect raise socket.error, msg error: (10061, 'Connection refused')

Reply With Quote

