Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/280.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python web2py skype集成_Python_Ssl_Web2py_Skype - Fatal编程技术网

Python web2py skype集成

Python web2py skype集成,python,ssl,web2py,skype,Python,Ssl,Web2py,Skype,我收到一封信 我想将skype集成到我的web2py应用程序中。我已经从skype.com下载了skypekit。但它给出了一个错误: SSLError:ssl read operation timed out 下面是一个详细的堆栈跟踪: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "applic

我收到一封信

我想将skype集成到我的web2py应用程序中。我已经从skype.com下载了skypekit。但它给出了一个错误:

SSLError:ssl read operation timed out
下面是一个详细的堆栈跟踪:

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

恐怕SkypeKit许可条款特别限制在服务器上或通过浏览器安装SkypeKit

见: (需要登录)