[erlang-questions] Python pickle protocol 0 to erlang

Paul Barry paul.james.barry@REDACTED
Tue Jul 31 22:56:20 CEST 2012


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.



More information about the erlang-questions mailing list