Hey Max, Welcome!
First thing I'd try is to confirm your paths a second time by doing: $ python >>> import sys >>> print sys.path And confirm that your lib directory with the DLL truly shows up in the sys.path list. I've needed to set the path for both the user and the system in the past to get things to work properly. Next thing I would try is to test with python 25 (if you have it on your system). I can't confirm that python 26 works with 0.5.1, although it should work fine with the upcoming 0.6.0 release. Dane On Mar 12, 2009, at 12:53 PM, Matt Maxon wrote: > Greetings to the list! > > I'm a total newbie to Mapnik > > I'm trying to install on a WIN XP machine > > I downloaded the Win32 binaries and installed according to the > directions on the site > > and yes I have the path's right > ...;c:\mapnik-0_5_1\lib\;c:\python26\;C:\Program Files\boost > \boost_1_38\lib\ > > Not sure how to proceed from here? > > Matt > > Python 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit > (Intel)] on win32 > Type "help", "copyright", "credits" or "license" for more information. >>>> from mapnik import * > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "c:\python26\lib\site-packages\mapnik\__init__.py", line 33, in > <module> > from _mapnik import * > ImportError: DLL load failed: The specified module could not be found. >>>> > > _______________________________________________ > Mapnik-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/mapnik-users _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

