Hi,
I'm a long term user of twisted with nevow on top mainly using the
athena part with LivePage and LiveElement for RPC between Python and
JScript. nevow/athena opens up a whole new world of transparently
calling from server to browser and vice versa on a permanent connection.
With a slight c
Hello all,
I've subscribed the Launchpad team https://launchpad.net/~twisted-dev
to receive mail about bugs on the "twisted" source package in Ubuntu.
It will add a small amount of email traffic to anyone who's a member
of that team. However, it will let us know about bugs that Ubuntu
users exper
Would it be fair to say that when developing code that utilizes
inlineCallbacks, your function is a generator that returns a deferred
whose callback is the coroutine that's yielding?
-J
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
ht
Thanks for the help, but how do I access the session? What would be
the method call to put the data into a session for instance?
On Wed, Mar 31, 2010 at 5:39 PM, wrote:
> On 04:10 am, elihusma...@gmail.com wrote:
>>On Tue, Mar 30, 2010 at 6:42 PM, Itamar Turner-Trauring
>> wrote:
Greetin
On 02:38 am, elihusma...@gmail.com wrote:
On Wed, Mar 31, 2010 at 5:39 PM, wrote:
On 04:10 am, elihusma...@gmail.com wrote:
On Tue, Mar 30, 2010 at 6:42 PM, Itamar Turner-Trauring
wrote:
Greetings,
I am new to this list and twisted. �I have worked with some systems
similar to twisted, no
On Thu, Apr 1, 2010 at 8:20 PM, Jason J. W. Williams
wrote:
> Would it be fair to say that when developing code that utilizes
> inlineCallbacks, your function is a generator that returns a deferred
> whose callback is the coroutine that's yielding?
It pays to be very very specific about all the d
Hi Christopher,
Apologize for the sloppy language. So would this be a better way of putting it?
Assuming a function func_a that has the inlineCallbacks decorator...
If func_a were added as a callback for a deferred (deferred 1), when
func_a was called another deferred would be returned (deferred