Am 28.06.2010 16:43, schrieb TJ Maciak: > Anyone out there successfully get mapnik 0.7.1 to work with windows 7? > > I have spent some hours working with xreal (#mapnik irc chat) on figuring > this problem out with no luck. > > Mapnik gives me the typical error such as this: > >>>> import mapnik >>>> > [...snip...] > from _mapnik import * > ImportError: DLL load failed: This application has failed to start because > the application configuration is incorrect. Reinstalling the application may > fix this problem. > > > When i use the dll dependencywalker it tells me that I am missing the > following files: > MSVCR90.DLL > GPSVC.DLL > IESHIMS.DLL >
Are you sure dependency walker says it's missing MSVCR90.DLL ? If you already installed 2008 Runtimes you may have installed the wrong version there is 2008: http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en and 2008 SP1: http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en If it was build using SP1 then you defnitely need the later. > > I have installed the 2005, 2008 and now 2010 MS Visual Studio Runtime > Libraries (both as non-administrator and as administrator) and always missing > the MSVCR90.DLL file from my system. Even installed these runtimes multiple > times. > > Anyone who has successfully installed mapnik with 0.7.1 on windows 7 and > wants to share their experience would be greatly appreciated. > > TJ > > > > > _______________________________________________ > 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

