On Thu, Nov 04, 2004 at 12:39:13PM +0100, Michele Simionato wrote: > This is my first post to the list, since I > have just started playing with Quixote. Welcome aboard. > 1. Fist of all, FIX_TRAILING_SLASH > should be set to 1 by default, it made > me waste some time until I figured out > what was happening by trial and errors. Having it enabled leads to confusion as well. I still think it's better to have it disabled but perhaps there should be a prominent note in the docs explaining it. > 2. The form part of the demo does not > work properly in the 2a1 version (works > in the 1.2 version instead). Right. That will be fixed in 2.0a2. > I also have a question/curiosity about > PTL files; I would imagine PTL > files to be converted into regular > python at import time and bytecompiled > once. So I would expect .pltc files to be > actually .pyc files. Is that true? And > if not, what is the difference? They are not actually the same although the bytecode is the same. Neil