Dear all<br><br>I have been trying to get my tilecache working with an epsg:3034 WMS source. I have been having problems getting my openlayers to show any tiles (and was getting the &#39;can&#39;t get tile index&#39; problem even though my maxResolution and bounding boxes were the same). I have recently upgraded to the beta version to see if any bug fixes might have helped.
<br><br>However, I am now getting a different message:<br><br><pre>Mod_python error: &quot;PythonHandler TileCache.Service&quot;<br><br>Traceback (most recent call last):<br><br>  File &quot;/usr/lib/python2.4/site-packages/mod_python/apache.py&quot;, line 299, in HandlerDispatch
<br>    result = object(req)<br><br>  File &quot;/srv/www/htdocs/fasti/v2/mapserver/tilecache/TileCache/Service.py&quot;, line 522, in handler<br>    return modPythonHandler(apacheReq, theService)<br><br>  File &quot;/srv/www/htdocs/fasti/v2/mapserver/tilecache/TileCache/Service.py&quot;, line 432, in modPythonHandler
<br>    except Layer.TileCacheException, E:<br><br>AttributeError: &#39;module&#39; object has no attribute &#39;TileCacheException&#39;</pre><br>I am using <span id="st" name="st" class="st">Tilecache</span> 1.9-rc3 on Unix with Openlayers 
2.4 under mod_python.<br><br>Can anyone point me in the right direction?<br><br>Thanks <br><br>Stuart<br><br>My openlayers definition is:<br><br>&nbsp;var wms_cache_layer = new OpenLayers.Layer.WMS( &quot;Fasti Global Mosaic&quot;,&nbsp; &quot;
<a href="http://www.fastionline.org/v2/mapserver/tilecache/tilecache.py?" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.fastionline.org/v2/mapserver/<span id="st" name="st" class="st">
tilecache</span>/<span id="st" name="st" class="st">tilecache</span>.py?</a>&quot;, {layers: &#39;fasti&#39;, format: &#39;image/png; mode=24bit&#39;, maxResolution:&#39;
27086.765625&#39;,maxExtent: new OpenLayers.Bounds (256000,-1385000,733013,5549212) } );<br><br><span id="st" name="st" class="st">Tilecache</span>.cfg is:<br><br>[fasti]<br>type=WMSLayer<br>url=<a href="http://map1.fastionline.org/v2/fasti_wms.php" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://map1.fastionline.org/v2/fasti_wms.php
</a>?<br>srs=EPSG:3034<br>extension=&#39;png&#39;<br>bbox=256000,-1385000,733013,5549212<br>maxResolution=27086.765625<br>levels=14<br>layers=dem_base_west,dem_base_east<br>