Fermitools migrated to Python3
Closed this issue · 0 comments
mireianievas commented
As you may be aware, Fermitools migrated in september to Python3. That breaks compatibility with Enrico, which has quite some code stuck with Python2 syntax. In particular, apart from all those trivial return and print fixes, ConfigObj needs to be updated.
I did a first attempt to migrate the code to Python3 in this pull request: #154. I briefly tested it and it seems to work, but probably some testing, debugging and code cleanup is needed.