On Wed, Jul 15, 2009 at 4:42 PM, Peter
Hanecak<[email protected]> wrote:
> Hello,
>
> thank you David and Benjamin for quick response.
>
> So my subsequent question is: What can help me solve the "writing" part?

Use strings.

Send str(0x7FFFFFFF) from the client for example , and get back your
number on server side with a long(number)  call.

That's what I do.
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to