On Thu, Jul 15, 2010 at 3:34 AM, Alan wrote:
> Hi there,
> This is more an exercise to myself to understand python3. I took a code I
> wrote (acpype) and I am trying to make it compatible with either python 3 or
> 2.
> I am trying to make a pickle file compatible with either python 3 and 2 as I
>
Hi there,
This is more an exercise to myself to understand python3. I took a code I
wrote (acpype) and I am trying to make it compatible with either python 3 or
2.
I am trying to make a pickle file compatible with either python 3 and 2 as I
believe it should be possible.
I've looked at http://do