<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Mike,<div><br></div><div>Yes, the QGIS builds require a specific version of Python. On Leopard (10.5) that is python 2.5. On Snow Leopard (10.6) that is python 2.6. I think that QGIS on both platforms works with either the apple/system python that comes on your mac or the one from python.org (as long as it is the right version).</div><div><br></div><div>A handy way to confirm this is to open QGIS and go to the top menu Plugins > Python Console.</div><div><br></div><div>In the python console type:</div><div><br></div><div>import sys;print sys.version</div><div><br></div><div>(then hit "execute")</div><div><br></div><div>That should print the python version information the QGIS depends on.</div><div><br></div><div>So, I'd guess you are on leopard and need to install Mapnik's Python25 bindings.</div><div><br></div><div>The Mapnik dmg at <a href="http://dbsgeo.com/downloads/">http://dbsgeo.com/downloads/</a> provides two installers Mapnik's python bindings, one for Python 25 and one for Python 26.</div><div><br></div><div>Dane</div><div><br></div><div>the error below indicates that Mapnik's python bindings are unavailable to QGIS.<br><div><div>On Feb 24, 2010, at 8:20 PM, Mike Swope wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="gmail_quote">Hi, I've been setting up my new machine, a Mac server. <div><br></div><div>I've been trying to get the quantumnik plugin to work. </div><div>I've been more or less following the steps outlined here</div> <div><a href="http://mojodna.net/2009/12/05/the-os-x-spatial-stack.html" target="_blank">http://mojodna.net/2009/12/05/the-os-x-spatial-stack.html</a></div> <div><br></div><div>I have the mapnik package found here </div><div><a href="http://dbsgeo.com/downloads/" target="_blank">http://dbsgeo.com/downloads/</a></div><div>and everything seems to work there. </div><div><br></div> <div>However when I try to add the plugin...I get the following:</div> <div>The plugin seems to be invalid or have unfulfilled dependencies. It has been installed, but can't be loaded....Here is the error message below:</div><div>"The plugin depends on some components missing on your system. You need to install the following Python module in order to enable it: mapnik"</div> <div><br></div><div>So my guess is I'm using the python 2.6 from <a href="http://python.org" target="_blank">python.org</a>, and QGIS is using another one. The QGIS I'm using comes from Kyngchaos, with the frameworks (non standalone).</div> <div><br></div><div>Any pointers?</div><div><br></div><div>Thanks</div> </div><br> _______________________________________________<br>Qgis-user mailing list<br><a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>http://lists.osgeo.org/mailman/listinfo/qgis-user<br></blockquote></div><br></div></body></html>