Hello Jamie,
The ESRI python should be fine.
'ImportError: No module named mapnik' indicates that for whatever
reason the location of the mapnik files are not on your python path.
Can you try this:
>>> import sys
>>> sys.path.append('c:\mapnik_0_6_1\site-packages')
>>> import mapnik
Does that work?
Dane
On Aug 12, 2009, at 9:56 AM, jamierober wrote:
>
> I am trying to install Mapnik on a Windows XP machine. When I type
> from the
> python prompt "from mapnik import*" it returns the Traceback Import
> Error:
> No module named mapnik. Solution for troubleshooting said to make
> sure that
> you have put the "site-packages" folder on your PYTHONPATH. I did
> this and
> it is still not working. I am ESRI ArcMap user and I already have a
> version
> of python installed on my machine (v. 2.5.1). Could this be causing
> the
> install problem? Does mapnik not recognize anything above version
> 2.5? Any
> assistance would be much appreciated!
>
> Thanks!
> --
> View this message in context:
> http://www.nabble.com/Installing-Mapnik-tp24940679p24940679.html
> Sent from the Mapnik - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> 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