during the debian install of any python package it attempts to
compile all python files. However the template files that pymerae
uses during autogeneration aren't valid python syntax and so
generate errors.
It'd be nice if the templates were valid code so the compileall.py
script didn't spit out so many errors.