[Twisted-Python] Problem with Echoserver (TCP), Help!
Hi, I am new to Twisted. I use a Twisted 1.3.0 on MS Windows XP Home Edition, my python version is 2.3 I try the TCP echoserv.py and echoclient.py example. But the client always fail with following message: Unhandled error in Deferred: Traceback (most recent call last): File "D:\PYTHON23\Lib\site-packages\twisted\internet\default.py", line 134, in mainLoop self.runUntilCurrent() File "D:\PYTHON23\Lib\site-packages\twisted\internet\base.py", line 423, in ru nUntilCurrent call.func(*call.args, **call.kw) File "D:\PYTHON23\Lib\site-packages\twisted\internet\tcp.py", line 384, in res olveAddress d.addCallbacks(self._setRealAddress, self.failIfNotConnected) File "D:\PYTHON23\Lib\site-packages\twisted\internet\defer.py", line 205, in a ddCallbacks self._runCallbacks() --- <exception caught here> --- File "D:\PYTHON23\Lib\site-packages\twisted\internet\defer.py", line 338, in _ runCallbacks self.result = callback(self.result, *args, **kw) File "D:\PYTHON23\Lib\site-packages\twisted\internet\tcp.py", line 388, in _se tRealAddress self.doConnect() File "D:\PYTHON23\Lib\site-packages\twisted\internet\tcp.py", line 403, in doConnect r, w, e = select.select([], [], [self.fileno()], 0.0) select.error: (10022, '') What is the matter? Thanks. -SeSe
On Mon, 2005-01-03 at 12:42 +0800, SeSe wrote:
File "D:\PYTHON23\Lib\site-packages\twisted\internet\tcp.py", line 403, in doConnect r, w, e = select.select([], [], [self.fileno()], 0.0) select.error: (10022, '')
Could you file a bug in twistedmatrix.com/bugs/? Unless someone has a suggestion.
Dear All, I want to install twisted in my machine which have gobolinux. I want to know which version of twisted is compatible for this gobolinux. If anyone know regarding this mail me. regards Prabahar ________________________________________________________________________ Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony
On Tue, Jan 04, 2005 at 08:27:47AM +0000, praba mosas wrote:
Dear All, I want to install twisted in my machine which have gobolinux. I want to know which version of twisted is compatible for this gobolinux. If anyone know regarding this mail me.
According to distrowatch.com, all recent releases of gobolinux have at least Python 2.2, so any version of Twisted should work just fine. I'd recommend the current release, 1.3.0. -Andrew.
Dear All, If anybody using twisted in Gobolinux please clear my doubt. How to install twisted in Gobolinux using Receipes?. Here two ways to install Twisted one is Using Receipes another Using Install Package command but I want to know only how to install Twisted using Receipes. The main problem is Receipes not available for twisted in Gobolinux Please ignore this message other platform using People because only gobolinux using community can clear this. BY Prabahar ________________________________________________________________________ Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony
A Gobolinux mailing list sounds like a better place to ask such a question. praba mosas wrote:
Dear All, If anybody using twisted in Gobolinux please clear my doubt. How to install twisted in Gobolinux using Receipes?. Here two ways to install Twisted one is Using Receipes another Using Install Package command but I want to know only how to install Twisted using Receipes. The main problem is Receipes not available for twisted in Gobolinux Please ignore this message other platform using People because only gobolinux using community can clear this.
BY Prabahar
________________________________________________________________________ Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
participants (5)
-
Andrew Bennetts -
Itamar Shtull-Trauring -
orbitz -
praba mosas -
SeSe