Yes, I have it set in /etc/httpd/conf.d/python.conf as follows:<br><br>&lt;Directory /var/www/cgi-bin/&gt;<br>&nbsp;&nbsp;&nbsp; AddHandler python-program .py<br>&nbsp;&nbsp;&nbsp; PythonHandler TileCache.Service<br>&nbsp;&nbsp;&nbsp; PythonOption TileCacheConfig /var/www/cgi-bin/tilecache/tilecache.cfg<br>&lt;/Directory&gt;<br><br><br><br><b><i>Josh Livni &lt;mailing_lists@umbrellaconsulting.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Are you by chance running mod_python?<br><br> In any case, 80% of requests to that server I notice that error.  The <br>other 20% it seems to work fine.  By continually hitting refresh on the <br>following url, I eventually got an image: <br>http://www.piedmontgeographic.com/cgi-bin/tilecache/tilecache.py/1.0.0/roads/0/0/0.png <br><br><br>That said you may want to also get rid of spaces in your bbox argument - <br>not that it's related to this
 issue.<br><br>  -Josh<br><br><br>James McManus wrote:<br>&gt; Thanks! I got things working, sort off. I added the url setting, in <br>&gt; tilecache.cfg, providing the location of my mapserv binary and <br>&gt; mapfile. I already had the mapfile setting, but adding the url seems <br>&gt; to help when accessing tilecache through OpenLayers. However, I'm <br>&gt; getting a lot of pink tiles. Is doing this correct, or did I stumble <br>&gt; on a suito solution? When I run the url:<br>&gt;<br>&gt; http://www.piedmontgeographic.com/cgi-bin/tilecache/tilecache.py?LAYERS=basemap&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;SRS=EPSG:4326&amp;BBOX=-79.55334892, <br>&gt; 35.50717788, -78.22326740, 36.26503708&amp;WIDTH=256&amp;HIGHT=256<br>&gt;<br>&gt; in my location bar I get the following error:<br>&gt;<br>&gt; An error occurred: __init__() got an unexpected keyword argument 'url'<br>&gt; ...<br>&gt; ...<br>&gt; ...<br>&gt; Jim<br>&gt;   <br>&gt;<br>&gt; */Christopher
 Schmidt <crschmidt@metacarta.com>/* wrote:<br>&gt;<br>&gt;     On Wed, Jan 23, 2008 at 12:49:56PM -0800, James McManus wrote:<br>&gt;     &gt; Why does the MapServer example in docs/EXAMPLE.txt not include<br>&gt;     resolutions?<br>&gt;<br>&gt;     The default maxResolution is maxExtent / 512. The mapserver layer in<br>&gt;     question uses the default. Note that neither the WMS nor Mapnik layers<br>&gt;     define resolutiosn either.<br>&gt;<br>&gt;     So, I guess the answer to your question is sort of "no" -- there is a<br>&gt;     efault. However, that's true for *all* layers, so the MapServer Layer<br>&gt;     isn't special in that regard.<br>&gt;<br>&gt;     Regards,<br>&gt;     -- <br>&gt;     Christopher Schmidt<br>&gt;     MetaCarta<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; Tilecache mailing list<br>&gt; Tilecache@openlayers.org<br>&gt;
 http://openlayers.org/mailman/listinfo/tilecache<br>&gt;   <br></crschmidt@metacarta.com></blockquote><br>