Hi!<br><br>I made some initial tries to upgrade to 2.0 but without success. I get the following errors in the apache log:<br>[Wed Jan 02 09:22:09 2008] [error] [client x.x.x.x] File "C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\
<div id="1ezg" class="ArwC7c ckChnd">\tilecache\\TileCache\\Service.py", line 8, in <module>\n import Cache, Caches
<br>[Wed Jan 02 09:22:09 2008] [error] [client x.x.x.x] ImportError: No module named Caches<br><br>And I'm using the following in httpd.conf (which is the same as was working for 1.9)<br><Directory "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tilecache">
<br> AddHandler python-program .py<br> PythonHandler TileCache/Service<br> PythonOption TileCacheConfig "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tilecache\tilecache.cfg"<br></Directory>
<br><br>I don't know much about mod_python configs so perhaps it's a
trivial thing that I'm missing, but I can't see any changes in
suggested config between 1.9 and 2.0?<br><br>/Björn</div>