Hello Thomas,
On Sep 23, 2009, at 8:25 AM, Thomas Nocke wrote: > Hello, > > I've developed a peace of software using mapnik in linux and wanted > to run it > under windows xp. I have problems using the precompiled mapnik > sources, What problems did you have with the pre-compiled win32 binaries? > so I > tried to compile mapnik for the gnu-compiler mingw using the python > scons > mechanisms (using python version 2.5.4). I already managed to > include all the > packages. Unfortunately, afterwards errors that seem to be related > to python > occur: > > $ ./help_conf.sh [...snip...] > ^ > SyntaxError: EOL while scanning single-quoted string > ?[0m > TypeError: cannot concatenate 'str' and 'NoneType' objects: > File "C:\Programs\cygwin\packages\mapnik-0.6.1\SConstruct", line 897: > env['PYTHON_INSTALL_LOCATION'] = env['DESTDIR'] + '/' + > env['PYTHON_SITE_PACKAGES'] > > Do you have any suggestions? Thanks for any help. > Yes, I see the problem (string quoting on windows) and fixed in it trunk: http://trac.mapnik.org/changeset/1304 Dane _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

