thanks min and robert.<div><br></div><div>i went with removing the EPD libraries for now and the current pyzmq installed fine.</div><div><br clear="all">cheers,<br><br>satra<br><br><br><div class="gmail_quote">On Wed, Jun 8, 2011 at 7:43 PM, Robert Kern <span dir="ltr"><<a href="mailto:robert.kern@gmail.com">robert.kern@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 6/8/11 6:01 PM, MinRK wrote:<br>
> EPD has installed zmq.h to<br>
> /Library/Frameworks/EPD64.framework/Versions/7.0/include, then?  If adding<br>
> locations to include_dirs explicitly does not take precedence over the system<br>
> defaults, then this is honestly a huge, critical bug in EPD itself, but I'm not<br>
> 100% what's responsible for EPD being inappropriately prepended to the include path.<br>
><br>
> The dirty, hackish answer would be to remove (or rename) the zmq headers<br>
> installed by EPD, or install libzmq with a prefix of<br>
> '/Library/Frameworks/EPD64.framework/Versions/7.0', thus clobbering the old<br>
> libzmq.  There shouldn't be any EPD code that requires the existence of the zmq<br>
> *headers*, but if they do similar horrible things with library paths, then you<br>
> will only get one step further, and need to remove/replace libzmq in EPD entirely.<br>
<br>
</div>You can easily remove the 0MQ libraries and pyzmq from EPD, which is probably<br>
best, regardless:<br>
<br>
   $ egginst --remove zeromq pyzmq<br>
<br>
I don't *think* we've modified distutils to prepend {sys.prefix}/include/.<br>
<font color="#888888"><br>
--<br>
Robert Kern<br>
<br>
"I have come to believe that the whole world is an enigma, a harmless enigma<br>
  that is made terrible by our own mad attempt to interpret it as though it had<br>
  an underlying truth."<br>
   -- Umberto Eco<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</div></div></blockquote></div><br></div>