[ create a new paste ] login | about

Project: circuits
Link: http://circuits.codepad.org/oYYg4Pfc    [ raw code | fork ]

Plain Text, pasted on Mar 18:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<_read[server] (<socket.socket object, fd=304, family=2, type=1, proto=0> )>
ERROR (Debugger): no printf formatter to display the socket descriptor in decima
lTraceback (most recent call last):
  File "c:\Program Files\Python\lib\site-packages\circuits\circuits\core\debugge
r.py", line 105, in _on_event
    s = repr(event)
  File "c:\Program Files\Python\lib\site-packages\circuits\circuits\core\events.
py", line 130, in __repr__
    ", ".join(repr(arg) for arg in self.args),
  File "c:\Program Files\Python\lib\site-packages\circuits\circuits\core\events.
py", line 130, in <genexpr>
    ", ".join(repr(arg) for arg in self.args),
  File "c:\Program Files\Python\lib\socket.py", line 107, in __repr__
    s = _socket.socket.__repr__(self)
OverflowError: no printf formatter to display the socket descriptor in decimal


Create a new paste based on this one


Comments: