Christopher, thank you.
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
On Fri, Jan 25, 2013 at 10:35 AM, Аркадий Левин wrote:
> Hi all, i got strange error
>
> If run this:
>
> # -*- coding: UTF-8 -*-
>
> import os
> import sys
>
> from twisted.python import log
> from twisted.internet import reactor
> from twisted.internet.defer import Deferred, inlineCallbacks
>
>
I try answer myself, reason for this error broken reference?
On Fri, Jan 25, 2013 at 10:35 PM, Аркадий Левин wrote:
> Hi all, i got strange error
>
> If run this:
>
> # -*- coding: UTF-8 -*-
>
> import os
> import sys
>
> from twisted.python import log
> from twisted.internet import reactor
> fro
Hi all, i got strange error
If run this:
# -*- coding: UTF-8 -*-
import os
import sys
from twisted.python import log
from twisted.internet import reactor
from twisted.internet.defer import Deferred, inlineCallbacks
@inlineCallbacks
def _():
try:
(yield Deferred())
Hey Jean-Paul (and all the others in this thread),
Thank you very much for your help so far - I do really appreciate it!
I'm well aware of the fact that `deferLater` does not magically turn
blocking apps to non-blocking ones.
The idea is, whatever SUDS does, in the end it should send a SOAP reque