[erlang-questions] Python pickle protocol 0 to erlang

Radu Brumariu brum76@REDACTED
Tue Jul 31 23:25:30 CEST 2012


Thanks all who responded. I cannot really change the protocol,
otherwise I'd use Thrift. I am trying to inject a erlang piece in a
python project, so it has to support pickle.
I saw epryl, but that uses only pickle protocol 2.
Still looking, if anyone is aware of anything.

Thanks,
Radu

On Tue, Jul 31, 2012 at 4:58 PM, Eric Moritz <eric@REDACTED> wrote:
> You could also use the bert python module, but JSON is more portable.
>
> On Tue, Jul 31, 2012 at 4:56 PM, Paul Barry <paul.james.barry@REDACTED> wrote:
>> Another approach might be to save your data to a file as JSON (as
>> opposed to Pickle), then read the JSON into your Erlang process.
>> Assuming, of course, you control the code that creates the Pickle in
>> the first place...
>>
>> On 31 July 2012 21:46, Paul Oliver <puzza007@REDACTED> wrote:
>>> I've seen https://github.com/jdavisp3/epryl used
>>>
>>>
>>> On Tue, Jul 31, 2012 at 4:33 PM, Radu Brumariu <brum76@REDACTED> wrote:
>>>>
>>>> Hi,
>>>> is there a module that converts a python pickle into erlang term(s) ?
>>>>
>>>> Thanks,
>>>> Radu
>>>> _______________________________________________
>>>> erlang-questions mailing list
>>>> erlang-questions@REDACTED
>>>> http://erlang.org/mailman/listinfo/erlang-questions
>>>
>>>
>>>
>>> _______________________________________________
>>> erlang-questions mailing list
>>> erlang-questions@REDACTED
>>> http://erlang.org/mailman/listinfo/erlang-questions
>>>
>>
>>
>>
>> --
>> Paul Barry, w: http://paulbarry.itcarlow.ie - e: paul.barry@REDACTED
>> Lecturer, Computer Networking: Institute of Technology, Carlow, Ireland.
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions



More information about the erlang-questions mailing list