This is my first post to the list, since I have just started playing with Quixote. I have downloaded both version 2.a1 and version 1.2 but I am mostly using the alpha version (the idea is that in this way I can help with bug reporting). At the work I am forced to use Zope (but I hate it) so I have googled for Python Web frameworks and Quixote seems to be the simplest and more pythonic. I plan to use it for a small personal project, working on my spare time. I have some feedback about the demo. 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. 2. The form part of the demo does not work properly in the 2a1 version (works in the 1.2 version instead). 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? Just out of curiosity, Michele Simionato