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 'can't get tile index' 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: "PythonHandler TileCache.Service"<br><br>Traceback (most recent call last):<br><br> File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch
<br> result = object(req)<br><br> File "/srv/www/htdocs/fasti/v2/mapserver/tilecache/TileCache/Service.py", line 522, in handler<br> return modPythonHandler(apacheReq, theService)<br><br> File "/srv/www/htdocs/fasti/v2/mapserver/tilecache/TileCache/Service.py", line 432, in modPythonHandler
<br> except Layer.TileCacheException, E:<br><br>AttributeError: 'module' object has no attribute 'TileCacheException'</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> var wms_cache_layer = new OpenLayers.Layer.WMS( "Fasti Global Mosaic", "
<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>", {layers: 'fasti', format: 'image/png; mode=24bit', maxResolution:'
27086.765625',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='png'<br>bbox=256000,-1385000,733013,5549212<br>maxResolution=27086.765625<br>levels=14<br>layers=dem_base_west,dem_base_east<br>