Comment 1 for bug 395107

Revision history for this message
Simon Wenner (nowic) wrote :

Thanks for your report. Someone should probably write a proper build system :-)

But I commited a fix to trunk. I hope it solves your problem.

- py_compilefiles *.py
+ #py_compilefiles *.py (does not work on fedora)
+ python -c "import py_compile; py_compile.compile('xmltools.py')"
+ python -c "import py_compile; py_compile.compile('xmlprocessor.py')"