can you show any code?
On Jan 17, 4:17 am, ganesh waghmare <ganeshwaghmar...@gmail.com> wrote: > Hi, > > I want to integrate skype in my web2py application. I have skypekit > downloaded from skype.com. But it gives error : "SSLError:ssl read > operation timed out" > > detailed stack trace: > Traceback (most recent call last): > File "/usr/lib/python2.6/threading.py", line 532, in > __bootstrap_inner > self.run() > File "applications/filem/modules/skypekit_mod/ipc/python/ > skypekit.py", line 143, in run > self.connection._start() > File "applications/filem/modules/skypekit_mod/ipc/python/ > skypekit.py", line 521, in _start > if self._read_byte(1) == 'Z': > File "applications/filem/modules/skypekit_mod/ipc/python/ > skypekit.py", line 236, in _read_byte > read = self.socket.recv(4096) > File "/usr/lib/python2.6/ssl.py", line 215, in recv > return self.read(buflen) > File "/usr/lib/python2.6/ssl.py", line 136, in read > return self._sslobj.read(len) > SSLError: The read operation timed out > > please Help.. > Thank You.