<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Shawn,<div class=""><br class=""></div><div class="">Many thanks for your detailed response. I really appreciate it and will give it a try.</div><div class=""><br class=""></div><div class="">Thanks again,</div><div class=""><br class=""></div><div class="">—manoch</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Mar 22, 2018, at 10:51 AM, Shawn Waldon <<a href="mailto:shawn.waldon@kitware.com" class="">shawn.waldon@kitware.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class="">Hi Manoch,<br class=""><br class=""></div>ParaView doesn't package scipy on Windows because compiling it (so we know it works with our Python) is extremely difficult.<br class=""><br class=""></div>What you may be able to do is this:<br class=""></div>-Install Python 2.7.X on your system<br class=""></div>-Use pip install scipy to install the python wheels from PYPI<br class=""></div>-One of the following:<br class=""></div><div class="">---put the location that scipy is installed in your PYTHONPATH before you run ParaView<br class=""></div><div class="">---Prepend the location that scipy was installed to your sys.path right after starting ParaView<br class=""></div><div class="">---Copy the scipy folder from the location it was installed into $PARAVIEW_INSTALL\bin\Lib\site-packages<br class=""></div><div class=""><br class=""></div><div class="">Keep in mind that this may not work.  We use a slightly older version of Python 2.7 and I don't know if it maintained ABI compatibility.<br class="">You may also run into conflicts with numpy since ParaView's numpy was not compiled with the fortran support that scipy needs.<br class=""></div><div class=""><br class=""></div>HTH,<br class=""></div>Shawn<br class=""></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Thu, Mar 22, 2018 at 12:10 PM, Manochehr Bahavar <span dir="ltr" class=""><<a href="mailto:manoch@iris.washington.edu" target="_blank" class="">manoch@iris.washington.edu</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br class="">
<br class="">
I have developed a few Python Programable filters using ParaView 5.5.0 on Mac. Now that I am trying to use them on Windows platform, using ParaView 5.5.0, I get an error that scipy module is not available!! Any suggestions on how I may address this?<br class="">
<br class="">
<br class="">
Thanks,<br class="">
<br class="">
—manoch<br class="">
<br class="">
<br class="">
______________________________<wbr class="">_________________<br class="">
Powered by <a href="http://www.kitware.com/" rel="noreferrer" target="_blank" class="">www.kitware.com</a><br class="">
<br class="">
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank" class="">http://www.kitware.com/<wbr class="">opensource/opensource.html</a><br class="">
<br class="">
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank" class="">http://paraview.org/Wiki/<wbr class="">ParaView</a><br class="">
<br class="">
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank" class="">http://markmail.org/search/?q=<wbr class="">ParaView</a><br class="">
<br class="">
Follow this link to subscribe/unsubscribe:<br class="">
<a href="https://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank" class="">https://public.kitware.com/<wbr class="">mailman/listinfo/paraview</a><br class="">
</blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></body></html>