On Feb 3, 2010, at 10:58 PM, Anisha Kaul wrote:

_______
Because my system is 64 bit OS therefore I modified 'lib' to 'lib64' in the following paths and repeated the whole process: export PYTHON_PREFIX=/System/Library/Frameworks/Python.framework/ Versions/2.6/lib64/python2.6/site-packages
export PREFIX=/usr/local
## Uninstall the Python `mapnik` module.
sudo rm -fr $PYTHON_PREFIX/mapnik
## Uninstall the mapnik libs, includes, and bin
sudo rm -fr $PREFIX/include/mapnik
sudo rm -fr $PREFIX/lib64/mapnik
sudo rm -f $PREFIX/lib64/libmapnik.*
sudo rm $PREFIX/bin/shapeindex

_________________________________________________________________

But still it didn't help in solving the error:
Kindly guide !
--

Anisha,

Those paths are specific to Mac OS X system. You need to find where your python program is.

Before you broke it you could have done:

$ python
>>> import mapnik
>>> print mapnik.__file__

Dane
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to