From 0aa7c5ff57bfee15dfa8d46fd5981581dd5ae3ec Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Wed, 20 Jan 2010 10:04:32 +0000 Subject: [PATCH] + corrected win32 dll name --- bindings/python/mapnik/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/mapnik/__init__.py b/bindings/python/mapnik/__init__.py index 3f04ad3e9..0c8a116a4 100644 --- a/bindings/python/mapnik/__init__.py +++ b/bindings/python/mapnik/__init__.py @@ -27,7 +27,7 @@ Several things happen when you do: 1) Mapnik C++ objects are imported via the '__init__.py' from the '_mapnik.so' shared object (_mapnik.pyd on win) which references libmapnik.so (linux), libmapnik.dylib (mac), or - mapnik.dll (win). + mapnik.dll (win32). 2) The paths to the input plugins and font directories are imported from the 'paths.py' file which was constructed and installed during SCons installation.