On Jun 25, 2011, at 1:13 PM, john whelan wrote:

> And just to make it more interesting I have a SSD on C: so it has to go on F: 
> a WD Raptor.  I have Python 2.6.5 installed on F: under python26 which I use 
> for Blendor, the account is a user account and when I try import I get
> 
> No module named mapnik
> 
> PYTHONPATH has the value of 
> 
> f:\mapnik-0.7.1\python\2.6\site-packages,f:\mapnik-0.7.1\python\2.5\site-packages

maybe a ; instead of a , ?

Also, you likely don't want to put the paths for both python versions. If you 
are using Python 2.6, just use the path to that.

To debug things further, do:

$ python
import sys
print sys.path

That will show all the paths that are searched, and you need to make sure your 
edits to the PYTHONPATH are working such that the new paths show up in sys.path

> 
> 
> Thoughts?
> 
> Thanks John
> _______________________________________________
> 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

Reply via email to