Re: [Twisted-Python] Stopping Reactor in UnitTest Callback

2013-01-12 Thread Fabian Rothfuchs
I'm in the dilemma of using both - Django and Twisted. My goal is to have Django initialising the test (python manage.py test ), instead of trial, as it will setup the whole test environment (I.e. Creates a db copy, allows per-model testing, follows certain conventions, etc). As to that I'm trying

Re: [Twisted-Python] Stopping Reactor in UnitTest Callback

2013-01-12 Thread Jonathan Lange
On Sat, Jan 12, 2013 at 2:00 PM, Fabian Rothfuchs wrote: > I'm in the dilemma of using both - Django and Twisted. > My goal is to have Django initialising the test (python manage.py test > ), instead of trial, as it will setup the whole test environment > (I.e. Creates a db copy, allows per-model

[Twisted-Python] [Twisted-Jabber] [ANNOUNCE] Wokkel 0.7.1

2013-01-12 Thread Ralph Meijer
Hi! I am proud to announce version 0.7.1 of Wokkel, a set of enhancements on the Jabber/XMPP support in Twisted Words. http://wokkel.ik.nu/releases/0.7.1/wokkel-0.7.1.tar.gz The highlights: * This release addresses an incompatibility with Twisted 12.3.0, which made it impossible for

Re: [Twisted-Python] Stopping Reactor in UnitTest Callback

2013-01-12 Thread Itamar Turner-Trauring
On Sat, Jan 12, 2013 at 9:00 AM, Fabian Rothfuchs < fabian.rothfu...@googlemail.com> wrote: > I'm in the dilemma of using both - Django and Twisted. > My goal is to have Django initialising the test (python manage.py test > ), instead of trial, as it will setup the whole test environment > (I.e. C

[Twisted-Python] TypeError: Class advice impossible in Python3

2013-01-12 Thread ABHISHEK BHAT
Itamar Is there some sort of upper bound on when PB would be available for Python3.3? I am hoping to use it for a Python3 project. Any proposals to switch from PB to Foolscap in the upcoming releases of Twisted? ___

Re: [Twisted-Python] TypeError: Class advice impossible in Python3

2013-01-12 Thread exarkun
On 03:15 am, abhishekb...@hotmail.com wrote: >Itamar >Is there some sort of upper bound on when PB would be available for >Python3.3? I am hoping to use it for a Python3 project. As with any development, it will happen when people do it. :) Twisted development is almost entirely on a volunteer

[Twisted-Python] Weekly Bug Summary

2013-01-12 Thread exarkun
Bug summary __ Summary for 2013-01-06 through 2013-01-13 Opened Closed Total Change Enhancements: 3 0972 +3 Defects: 6 2636 +4 Tasks: 0 0 8

Re: [Twisted-Python] TypeError: Class advice impossible in Python3

2013-01-12 Thread Glyph
On Jan 12, 2013, at 7:29 PM, exar...@twistedmatrix.com wrote: > On 03:15 am, abhishekb...@hotmail.com wrote: >> Itamar >> Is there some sort of upper bound on when PB would be available for >> Python3.3? I am hoping to use it for a Python3 project. > > As with any development, it will happen wh

Re: [Twisted-Python] Must avatarId always be a string?

2013-01-12 Thread Glyph
On Jan 10, 2013, at 6:41 AM, Peter Westlake wrote: > On Wed, Jan 9, 2013, at 18:02, Glyph wrote >> On Jan 9, 2013, at 9:26 AM, Peter Westlake >> wrote: >>> On Jan 9, Adi wrote: I am not an expert in Twisted, but from my understanding, the "string" requirement is there to provide a plu