[protobuf] Python Client: pickling error

2011-04-25 Thread vish
Environment: CentOS 64bit Python 2.6 Protocol Buffers 2.4.0.a Python client with Native C++ support python protocol buffers installed to ~/protobuf LD_LIBRARY_PATH=~/protobuf/lib:~/protobuf/google/protobuf/src/.libs PYTHONPATH=:~/protobuf/:.:~/protobuf/google/protobuf/src/.libs:~/ protobuf/lib Hi

[protobuf] Re: Python Client: pickling error

2011-04-26 Thread vish
So far what I've found is python protocol buffer objects are not serializable using Pickle. On Apr 25, 3:55 pm, vish wrote: > Environment: CentOS 64bit > Python 2.6 > Protocol Buffers 2.4.0.a > Python client with Native C++ support > python protocol buffers ins

[protobuf] Re: Python Client: pickling error

2011-04-28 Thread vish
izlied), then retrieve using Q.get() and > deserialize. > > > > > > > > On Tue, Apr 26, 2011 at 7:37 PM, vish wrote: > > So far what I've found is python protocol buffer objects are not > > serializable using Pickle. > > > On Apr 25, 3:55 pm, vis

[protobuf] Re: Python Client: pickling error

2011-04-28 Thread vish
Attaching python issue: http://bugs.python.org/issue8323 On Apr 28, 11:41 am, vish wrote: > What I did so far is to store byte content retrieved from wire onto > Queue itself, and later the consumer of that message is going to > construct an object out of it. > > On Apr 28,