Forgot to reply all.<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Matthew Denno</b> <span dir="ltr">&lt;<a href="mailto:mgdenno@gmail.com">mgdenno@gmail.com</a>&gt;</span><br>
Date: Fri, Sep 17, 2010 at 1:15 PM<br>Subject: Re: [Qgis-developer] Re: cmake error on OS X 10.6<br>To: William Kyngesburye &lt;<a href="mailto:kyngchaos@kyngchaos.com">kyngchaos@kyngchaos.com</a>&gt;<br><br><br><br><br><div class="gmail_quote">
<div class="im">On Fri, Sep 17, 2010 at 12:15 PM, William Kyngesburye <span dir="ltr">&lt;<a href="mailto:woklist@kyngchaos.com" target="_blank">woklist@kyngchaos.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div>On Sep 17, 2010, at 10:44 AM, Matthew Denno wrote:<br>
<br>
&gt; Last night I downloaded the 64bit Qt library-only package (The SDK didn&#39;t say if it was 32 or 64 bit).  I went through the Installation Guide again and this time was able to get past the SIP/PyQt installs following the guide.  The only thing I had to do that wasn&#39;t in the guide was add the non-framework path to PYTHONPATH in my .bash-profile.<br>


&gt;<br>
&gt; PYTHONPATH=&#39;/Library/Python/2.6/site-packages&#39;<br>
&gt; export PYTHONPATH<br>
&gt;<br>
</div>Even that should not be necessary.  That path is wired into the system python.  If you installed and use the <a href="http://python.org" target="_blank">python.org</a> python, it&#39;s not set there, but then you should compile python extensions into it&#39;s site-packages.<br>

</blockquote></div><div><br>Oh.  Okay.  I have the <a href="http://python.org" target="_blank">python.org</a> version installed. so my SIP/PyQt configure should have &quot;-d /Library/Frameworks/Python.framework/Versions/2.6/python2.6/site-packages&quot; not &quot;-d /Library/Python/2.6/site-packages&quot;<br>

<br>I am still figuring out the whole OS X directory structure and though that that was the system python...not realizing that there is a python at /System/Library/...  As a result I have SIP/PyQt split into two places.  None in the System Python but in both other locations mentioned above.<br>

<br>I guess I have some clean-up to do.<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br>
<br>
</blockquote></div><br>
</div><br>