On Tue, Jul 06, 2004 at 03:31:35PM +0200, Daniele Varrazzo wrote: > To reproduce the error is enough to add any whitespace after the last CR/LF > in demo/pages.ptl in the Quixote distribution: it fails compiling. A copy of > the full traceback is at the end of this message. This is a bug in Python's compile() function or the parsermodule. Could someone file a bug in the Python bug tracker? You should be able to reproduce it without Quixote by creating a .py file and parsing it with the parser module. Neil