Currently raises `ImportError` on Python 3. As mentioned [here](http://stackoverflow.com/questions/909092/why-is-the-compiler-package-discontinued-in-python-3), the module's functionality should be replaced with one of these: - [compile](http://docs.python.org/3/library/functions.html#compile) - [ast](http://docs.python.org/3.3/library/ast.html)