I have installed Mapnik-2.0.1rc0 in windows 7 32bit machine. I then tested the installation by import mapnik from * and it did not return any error. But when I tried to input the config version checking by mapnik-config -v, it returns a name error. When I tried to run rundemo.py, the following error occurred:
the mapnik library and python bindings must have been compiled and installed successfully before running this script
This probably happened due to improperly set PATH and PYTHONPATH.
How to add PythonPath?
Thanks

mapnik-config -vinstead ofmanik-config -v; andrundemo.pyinstead ofruundemo.py? – Haziq Nov 18 '12 at 4:49