On 07/17/2012 06:42 AM, Guru Prasad wrote: > : File > "/usr/local/lib/python2.7/dist-packages/gnutls/interfaces/twisted/__init__.py", > > line 322, in loseConnection > : tcp.Server.loseConnection(self, reason) > : TypeError: loseConnection() takes exactly 1 argument (2 given) > > Anyone else has faced this issue, earlier? This is a bug in the gnutls package you are using, which appears to have relied on a private implementation detail of Twisted. So this is a bug in gnutls package, not Twisted, and you should file a report with them.
In the interim until they fix it, you might want to try Twisted's built-in SSL support, as documented here: twistedmatrix.com/documents/current/core/howto/ssl.html _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
