[erlang-questions] Python pickle protocol 0 to erlang
Radu Brumariu
<
>
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 <
> 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 <
> 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 <
> wrote:
>>> I've seen https://github.com/jdavisp3/epryl used
>>>
>>>
>>> On Tue, Jul 31, 2012 at 4:33 PM, Radu Brumariu <
> wrote:
>>>>
>>>> Hi,
>>>> is there a module that converts a python pickle into erlang term(s) ?
>>>>
>>>> Thanks,
>>>> Radu
>>>> _______________________________________________
>>>> erlang-questions mailing list
>>>>
>>>> http://erlang.org/mailman/listinfo/erlang-questions
>>>
>>>
>>>
>>> _______________________________________________
>>> erlang-questions mailing list
>>>
>>> http://erlang.org/mailman/listinfo/erlang-questions
>>>
>>
>>
>>
>> --
>> Paul Barry, w: http://paulbarry.itcarlow.ie - e:
>> Lecturer, Computer Networking: Institute of Technology, Carlow, Ireland.
>> _______________________________________________
>> erlang-questions mailing list
>>
>> http://erlang.org/mailman/listinfo/erlang-questions
> _______________________________________________
> erlang-questions mailing list
>
> http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list