[Tilecache] tilecache DLL load failed error
Josh Livni
josh at umbrellaconsulting.com
Tue Jun 9 13:37:28 EDT 2009
Looks like python was unable to import mapnik. So either it is not
installed correctly, or you have multiple python versions and apache is not
loading the one you think it is.
Check your tilecache.cgi to see what python it is load (eg
c:/python25/python.exe versus some other one?). Run that python.exe, and
make sure that you can type 'from mapnik import *' and not get errors..
-Josh
On Tue, Jun 9, 2009 at 10:31 AM, kryptonite <paschatap at gmail.com> wrote:
>
> Hi,
> does anyone know what this means? I already have the mod_python , mapnik,
> tilecache installed. I was trying to get a map to display but instead only
> got pink tiles. I get the error listed below when I use the tile image url
> to display on the browser.
>
> An error occurred: DLL load failed: The specified module could not be
> found.
> File "C:/Program Files/Apache Software
> Foundation/Apache2.2/htdocs/tilecache\TileCache\Service.py", line 256, in
> modPythonHandler
> host )
> File "C:/Program Files/Apache Software
> Foundation/Apache2.2/htdocs/tilecache\TileCache\Service.py", line 208, in
> dispatchRequest
> return self.renderTile(tile, params.has_key('FORCE'))
> File "C:/Program Files/Apache Software
> Foundation/Apache2.2/htdocs/tilecache\TileCache\Service.py", line 138, in
> renderTile
> data = layer.render(tile, force=force)
> File "C:/Program Files/Apache Software
> Foundation/Apache2.2/htdocs/tilecache\TileCache\Layer.py", line 443, in
> render
> return self.renderTile(tile)
> File "C:/Program Files/Apache Software
> Foundation/Apache2.2/htdocs/tilecache\TileCache\Layers\Mapnik.py", line 27,
> in renderTile
> import mapnik
> File "c:\mapnik_0_6_0\site-packages\mapnik\__init__.py", line 44, in
> <module>
> from _mapnik import *
>
> --
> View this message in context:
> http://n2.nabble.com/tilecache-DLL-load-failed-error-tp3050928p3050928.html
> Sent from the TileCache mailing list archive at Nabble.com.
>
> _______________________________________________
> Tilecache mailing list
> Tilecache at openlayers.org
> http://openlayers.org/mailman/listinfo/tilecache
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/tilecache/attachments/20090609/66c0d5c0/attachment.html
More information about the Tilecache
mailing list