Hello! Quixote 1.0...
$ python
Python 2.4 (#1, Dec 16 2004, 18:40:17)
[GCC 3.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from quixote.ptl_compile import compile_dir
>>> compile_dir('.')
Listing . ...
[skip]
Compiling ./qtemplates/edit_date.ptl ...
Sorry: TypeError: __init__() takes at least 8 arguments (7 given)
Compiling ./qtemplates/ftp_config.ptl ...
Sorry: TypeError: __init__() takes at least 8 arguments (7 given)
Compiling ./qtemplates/html.ptl ...
Oops. What that? Quixote 1.0 is incompatible with Python 2.4?
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.