durusmail: quixote-users: missing "compiler" module?
missing "compiler" module?
2001-07-11
missing "compiler" module?
Gregory P. Smith
2001-07-11
When I try to use Quixote 0.3 (in python 2.0.1 and 2.1.1c) I get the
following:

>>> from quixote import imphooks
Traceback (most recent call last):
  File "", line 1, in ?
  File "/usr/home/greg/intcvs/evil/PythonLibs/quixote/imphooks.py", line 28, in
?
    from compile_template import compile_template, PTL_EXT, PTLC_EXT, PTLC_MAGIC
  File "/usr/home/greg/intcvs/evil/PythonLibs/quixote/compile_template.py", line
27, in ?
    from compiler import pycodegen, visitor, transformer, walk
ImportError: No module named compiler

Where is the elusive compiler module supposed to come from?  I didn't
see it mentioned in the documentation or requirements.

thanks,
Greg



reply