Hi all,
I am pleased to announce Crossbar.io 0.11.0
https://github.com/crossbario/crossbar#crossbario
https://pypi.python.org/pypi/crossbar/0.11.0
Crossbar.io is an open-source WAMP application router that allows to
build advanced applications from loosely-coupled components that can
talk in
Would str(failure.value) work? It should be stable from 2.x to 3.x,
barring Unicode differences:
https://docs.python.org/2/library/exceptions.html#exceptions.BaseException
https://docs.python.org/3.5/library/exceptions.html#BaseException
(This convention is quite handy when you want to defer for
On 6 September 2015 at 06:07, Glyph wrote:
>
> On Sep 5, 2015, at 04:03, Amber Hawkie Brown
> wrote:
>
snip
> It's Python's API which has changed here, so I don't think that it's
> Twisted's responsibility to replicate this behavior. Subclassing is bad,
> and Python's changes of public attribut
> On Sep 2, 2015, at 6:08 PM, Roshan Cherian wrote:
>
> Hi Team,
Hi Roshan!
Sorry it took a while to get back to you. Busy week.
> I am sorry if this is coming off as a newbie question. Its probably because I
> don't understand it enough.
Newbie questions are fine, no need to apologize :).
Hi All
I just noticed my app raised an exception such as
Traceback (most recent call last):
File "/home/m/py343/lib/python3.4/runpy.py", line 170, in
_run_module_as_main
"__main__", mod_spec)
File "/home/m/py343/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_glo
÷]4×Ýxã^½çO}Û¾zô*'µéíO*^µìmþZw!j»___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
> On Aug 31, 2015, at 11:48 PM, Zuhaib Siddique wrote:
>
> Hey all,
Hi Zuhaib! Thanks for writing.
> I am looking at using HAProxy in front of Twisted for TCP connection and need
> to pass the source IP along. We are currently looking at hacking tcp.py to
> add support for this:
> http://
> On Sep 7, 2015, at 10:55 PM, Adi Roiban wrote:
>
>> It's Python's API which has changed here, so I don't think that it's
>> Twisted's responsibility to replicate this behavior. Subclassing is bad,
>> and Python's changes of public attributes to such a core language-feature
>> level class as E