> I'm very stupid :-[
>
> but the tilecache cfg file parser don't work correct?
No, you're simply not using a supported syntax. TileCache uses
Python's ConfigParser module, which uses Windows' profile.ini syntax,
outlined here:
http://docs.python.org/lib/module-ConfigParser.html
</F>