<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 6 Apr, 2011, at 23:18, Nat Echols wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Wed, Apr 6, 2011 at 1:26 PM, Ronald Oussoren <span dir="ltr">&lt;<a href="mailto:ronaldoussoren@mac.com">ronaldoussoren@mac.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">Could you try the latest release on PyPI? &nbsp;This is just to check if that version also has the problem you describe, which I haven't seen before even though I have a number of versions installed on my machine.</div>
</div>
</blockquote></div><br><div>Actually, I finally fixed the problem by re-installing everything I needed from scratch in /usr/local and using that copy, so I guess I must have done something wrong along the way with my original install. &nbsp;For the record, the configure flags for Python were:</div>
<div><br></div><div><div>./configure --enable-shared --prefix=/usr/local</div></div><div><br></div><div>Is this appropriate, and/or am I missing anything?</div></blockquote><div><br></div>That should work just fine. The --prefix is unnecessary here as /usr/local is the default prefix.</div><div><br></div><div>One minor nit is that I tend avoid to install anything in /usr/local because /usr/local is on the default search path of the compiler, which means you can accidently pick up other libraries than you expect if you install stuff in /usr/local.</div><div><br></div><div>Ronald</div><div><br></div></body></html>