I think that i find the solution<br>i change the TileCache.Service string for TileCache/Service<br><br><span class="q">&lt;Directory /opt/ms/apps/tilecache/&gt;<br></span>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; AddHandler python-program .py
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PythonHandler TileCache/Service<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PythonOption TileCacheConfig /opt/ms/apps/tilecache/tilecache.cfg<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp;&nbsp;&nbsp; PythonDebug On &nbsp;&nbsp;&nbsp; <br>&lt;/Directory&gt;</blockquote><br>but now, i get an error when i try to obtain the map in the bbox ...<br><br>An error occurred: empty string for float()
  File &quot;/var/tilecache/TileCache/Service.py&quot;, line 459, in modPythonHandler
    host )
  File &quot;/var/tilecache/TileCache/Service.py&quot;, line 431, in dispatchRequest
    tile = WMS(self).parse(params, path_info, host)
  File &quot;/var/tilecache/TileCache/Service.py&quot;, line 150, in parse
    return self.getMap(param)
  File &quot;/var/tilecache/TileCache/Service.py&quot;, line 153, in getMap
    bbox  = map(float, param[&quot;bbox&quot;].split(&quot;,&quot;))
<br><br>My snippet tilecache.cfg is...<br><br>[Municipios]<br>type=WMSLayer<br>url=<a href="http://10.226.125.120/cgi-bin/mapserv?map=/opt/ms/apps/mosaico_sandbox/htdocs/prbmosaico.map">http://10.226.125.120/cgi-bin/mapserv?map=/opt/ms/apps/mosaico_sandbox/htdocs/prbmosaico.map
</a>?<br>extension=png<br>layers=Municipios<br>srs=EPSG:23030<br>bbox=186555.713,4136068.489,211516.81,4156763.635<br><br>what am i doing wrong?<br>thanks,<br><br><div><span class="gmail_quote">2007/9/17, Ruben Pardo &lt;
<a href="mailto:correosig@gmail.com">correosig@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;m using mod_python
<br>i&#39;ve got a TileCache directory with the Service.py inside of it,&nbsp; <br><br>My configuration is:<br>in httpd.conf :<span class="q"><br><br>&lt;Directory /opt/ms/apps/tilecache/&gt;<br></span>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; AddHandler python-program .py
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PythonHandler TileCache.Service<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PythonOption TileCacheConfig /opt/ms/apps/tilecache/tilecache.cfg<br>&nbsp;&nbsp;&nbsp; PythonDebug On &nbsp;&nbsp;&nbsp; <br>&lt;/Directory&gt;<br><br>and i&#39;ve got the next httpd_tile.conf (to configure acces to the tilecache directory )
<br><br>Alias /tilecache/ &quot;/opt/ms/apps/tilecache/&quot;<span class="q"><br><br>&lt;Directory &quot;/opt/ms/apps/tilecache/&quot;&gt;<br></span>&nbsp; AllowOverride None<br>&nbsp; Options Indexes FollowSymLinks Multiviews <br>
&nbsp; Order allow,deny<br>&nbsp; Allow from all
<br>&lt;/Directory&gt;<br><br>thanks,<br><br><br><div><span class="gmail_quote">2007/9/17, Christopher Schmidt &lt;<a href="mailto:crschmidt@metacarta.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
crschmidt@metacarta.com</a>&gt;:</span><div><span class="e" id="q_11513cda75231928_5"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Sep 17, 2007 at 02:03:50PM +0200, Ruben Pardo wrote:<br>&gt; thanks Chrhis,<br>&gt;<br>&gt; the error was an incorrect python location in the script (i put<br>&gt; #!/usr/local/python/bin instead of #!/usr/local/bin/python ),
<br>&gt;<br>&gt; when i solve this i get&nbsp;&nbsp;...&nbsp;&nbsp;ImportError: No module named TileCache.Service<br>&gt; do i need to change all python location in every .py file?<br>&gt; thanks<br><br>I&#39;m confused -- are you using mod_python, or CGI? Does
<br>/opt/ms/apps/tilecache/ have a TileCache/ directory in it? Is there a<br>Service.py file inside there?<br><br>Regards,<br>--<br>Christopher Schmidt<br>MetaCarta<br></blockquote></span></div></div><br>
</blockquote></div><br>