Hello Reza,
I tried the solution you provided and I have to say, that changed a lot!
You gave me a better understanding of how things work with Twisted, and I
really appreciate your response!
Thanks for your help!
Best regards,
Dirk Moors
2009/10/13
> Send Twisted-Python mailing l
n integer, result is 4 bytes
> return struct.pack("i", anInteger)
>
> @deferred
> def bin2intAsync(aBin):
> #Unpacks a bytestring into an integer
> return struct.unpack("i", aBin)[0]
>
>
>
>
> Kind regards,
>
> Valeriy Pogre
Hello Everyone!
My name is Dirk Moors, and since 4 years now, I've been involved in
developing a cloud computing platform, using Python as the programming
language. A year ago I discovered Twisted Python, and it got me very
interested, upto the point where I made the decision to conver