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 &quot;C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\
<div id="1ezg" class="ArwC7c ckChnd">\tilecache\\TileCache\\Service.py&quot;, line 8, in &lt;module&gt;\n&nbsp;&nbsp;&nbsp; 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&#39;m using the following in httpd.conf (which is the same as was working for 1.9)<br>&lt;Directory &quot;C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tilecache&quot;&gt;
<br>&nbsp;&nbsp;&nbsp; AddHandler python-program .py<br>&nbsp;&nbsp;&nbsp; PythonHandler TileCache/Service<br>&nbsp;&nbsp;&nbsp; PythonOption TileCacheConfig &quot;C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\tilecache\tilecache.cfg&quot;<br>&lt;/Directory&gt;
<br><br>I don&#39;t know much about mod_python configs so perhaps it&#39;s a
trivial thing that I&#39;m missing, but I can&#39;t see any changes in
suggested config between 1.9 and 2.0?<br><br>/Björn</div>