Bugs item #1651050, was opened at 2007-02-03 15:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1651050&group_id=132078

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libtpproto-py
Group: Bug - Protocol
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lee Begg (llnz)
Assigned to: Tim Ansell (mithro)
Summary: Secure sockets don't work at all in python clients

Initial Comment:
Trying to test tps socket and get this exception with both tpclient-pywx and 
tpclient-pywx-dev

Traceback (most recent call last):
  File "threading.py", line 442, in __bootstrap
    self.run()
  File "/home/lee/oss_projects/tp-py/tpclient-pywx-dev/tp/client/threads.py", 
line 134, in run
    self.error(e)
  File "/home/lee/oss_projects/tp-py/tpclient-pywx-dev/tp/client/threads.py", 
line 129, in run
    method(*args, **kw)
  File "./tpclient-pywx", line 252, in ConnectTo
    if NetworkThread.ConnectTo(self, host, username, password, debug, up, 
cs="tpclient-pywx/%s.%s.%s" % version):
  File "/home/lee/oss_projects/tp-py/tpclient-pywx-dev/tp/client/threads.py", 
line 261, in ConnectTo
    if self.Connect(host, debug, callback, cs) is False:
  File "/home/lee/oss_projects/tp-py/tpclient-pywx-dev/tp/client/threads.py", 
line 219, in Connect
    if self.connection.setup(host=host, debug=debug):
  File "/home/lee/oss_projects/tp-py/tpclient-pywx/tp/netlib/client.py", line 
235, in setup
    Connection.setup(self, s, nb=nb, debug=debug)
  File "/home/lee/oss_projects/tp-py/tpclient-pywx/tp/netlib/common.py", line 
120, in setup
    self.s.setblocking(False)
AttributeError: SSLWrapper instance has no attribute 'setblocking'

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1651050&group_id=132078
_______________________________________________
tp-bugs mailing list
[email protected]
http://mail.thousandparsec.net/cgi-bin/mailman/listinfo/tp-bugs

Reply via email to