Re: [Spice-devel] [spice-common] codegen: Fix enums.h generation with python3

2015-07-22 Thread Fabiano FidĂȘncio
On Wed, Jul 22, 2015 at 12:51 PM, Christophe Fergeau wrote: > Trying to generate enums.h with python3 results in > Traceback (most recent call last): > File "./spice_codegen.py", line 217, in > write_enums(writer, options.generate_dissector) > File "./spice_codegen.py", line 99, in write_

[Spice-devel] [spice-common] codegen: Fix enums.h generation with python3

2015-07-22 Thread Christophe Fergeau
Trying to generate enums.h with python3 results in Traceback (most recent call last): File "./spice_codegen.py", line 217, in write_enums(writer, options.generate_dissector) File "./spice_codegen.py", line 99, in write_enums write_channel_enums(writer, c, False, False) File "./spice_