Hi - I am trying to create a python script use Example.py in the doc directory. However, when I try to import DiskCache, I get the following error message:<br><br>&gt;&gt;&gt; from TileCache.Cache import DiskCache<br>Traceback (most recent call last):<br>&nbsp; File "&lt;stdin&gt;", line 1, in &lt;module&gt;<br>ImportError: cannot import name DiskCache<br><br>I can import all other modules in the example.&nbsp; Does DiskCache still exist?&nbsp; I could not find any reference to it in the code.<br><br>Thanks<br>Jim<br>