On 01.04.2013 14:00, Marcel Hellwig wrote:
> Hi artyom,
>
> here is a diff file for the tpml_cc file, because on my system (arch)
> python 3 is standard and not 2.7 anymore.
>
> As you can see in [0] python 3 has not StringIO anymore, but moved it.
> So you either can explicitly use python2.7 like my diff does, or use
> python 3 rules.
>
>
> 1c1
> < #!/usr/bin/env python
> ---
>> #!/usr/bin/env python2.7
>
> Regards
> Marcel
>
>
>
> [0]
> http://docs.python.org/3.0/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit
Hmm, i see that you have a lot of python scripts, maybe you should do
this for every python file ;)
Regards
|