<div dir="ltr"><div class="gmail_default" style="font-size:small">Charlie,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I don&#39;t know yet about getting PyNGL to work, but PyNIO was built with GNU V4.9.2, and not V4.8.  This *might* be the issue, but I would be surprised if it is.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">How did you link the libgomp.1.dylib file? </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Maybe the better way to have done this is via the DYLD_LIBRARY_PATH environment variable. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">For example:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">export DYLD_LIBRARY_PATH=/opt/local/lib/gcc48</font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif"><br></font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">or, if you already have that variable set to something:</font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif"><br></font></div><div class="gmail_default"><div class="gmail_default"><font face="arial, helvetica, sans-serif">export DYLD_LIBRARY_PATH=/opt/local/lib/gcc48:$</font><span style="font-family:arial,helvetica,sans-serif">DYLD_LIBRARY_PATH</span></div><div><font face="arial, helvetica, sans-serif"><br></font></div></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">--Mary</font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif"><br></font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 25, 2015 at 10:25 AM, Charlie Koven <span dir="ltr">&lt;<a href="mailto:ckoven@gmail.com" target="_blank">ckoven@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Mary,<div><br></div><div>Thanks!  I tried to use both of these (the 10.10 PyNio and the 10.9 PyNGL) but still no luck.  Initially when I tried to load the Nio and Ngl modules, I was getting libgomp errors like this:</div><div><br></div><div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="color:#c33720">ImportError</span>: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNIO/nio.so, 2): Library not loaded: /usr/local/lib/libgomp.1.dylib</div><div style="margin:0px;font-size:11px;font-family:Menlo">  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNIO/nio.so</div><div style="margin:0px;font-size:11px;font-family:Menlo">  Reason: image not found</div></div><div style="margin:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo">So I made sure I had gcc48 installed via macports (as suggested here: <a href="http://www.ncl.ucar.edu/Download/macosx.shtml" target="_blank">http://www.ncl.ucar.edu/Download/macosx.shtml</a> ) and put a link in /usr/local/lib to /opt/local/lib/gcc48/libgomp.1.dylib, but after that, I still got the following errors, and I’m not sure if these require Nio and Ngl to be compiled differently.</div><div style="margin:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo">Thanks,</div><div style="margin:0px;font-size:11px;font-family:Menlo">Charlie</div><div style="margin:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo"><div style="margin:0px"><span style="color:#5330e1">In [<b>1</b>]: </span>import Ngl</div><span class=""><div style="margin:0px;color:rgb(195,55,32)">---------------------------------------------------------------------------</div><div style="margin:0px"><span style="color:#c33720">ImportError</span>                               Traceback (most recent call last)</div></span><div style="margin:0px;color:rgb(52,189,38)">&lt;ipython-input-1-ec4bb7966c2f&gt;<span style="color:#000000"> in </span><span style="color:#34bbc7">&lt;module&gt;</span><span style="color:#5330e1">()</span></div><span class=""><div style="margin:0px;color:rgb(52,189,38)">----&gt; 1<span style="color:#c33720"> </span>import<span style="color:#000000"> Ngl</span></div><div style="margin:0px;min-height:13px"><br></div><div style="margin:0px;color:rgb(52,189,38)">/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNGL/Ngl.py<span style="color:#000000"> in </span><span style="color:#34bbc7">&lt;module&gt;</span><span style="color:#5330e1">()</span></div></span><div style="margin:0px;color:rgb(52,189,38)"><b>     42</b><span style="color:#000000"> </span></div><div style="margin:0px;color:rgb(195,55,32)"><span style="color:#34bd26"><b>     43</b></span><span style="color:#000000"> </span># PyNGL analysis functions</div><div style="margin:0px;color:rgb(52,189,38)">---&gt; 44<span style="color:#c33720"> </span>import<span style="color:#000000"> fplib</span></div><div style="margin:0px;color:rgb(52,189,38)"><b>     45</b><span style="color:#000000"> </span></div><div style="margin:0px;color:rgb(52,189,38)"><b>     46</b><span style="color:#000000"> </span>import<span style="color:#000000"> sys</span></div><span class=""><div style="margin:0px;min-height:13px"><br></div><div style="margin:0px"><span style="color:#c33720">ImportError</span>: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNGL/fplib.so, 2): Symbol not found: ___addtf3</div><div style="margin:0px">  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNGL/fplib.so</div><div style="margin:0px">  Expected in: /usr/lib/libSystem.B.dylib</div><div style="margin:0px"> in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNGL/fplib.so</div><div style="margin:0px;min-height:13px"><br></div></span><span class=""><div style="margin:0px"><span style="color:#5330e1">In [<b>2</b>]: </span>import Nio</div><div style="margin:0px;color:rgb(195,55,32)">---------------------------------------------------------------------------</div><div style="margin:0px"><span style="color:#c33720">ImportError</span>                               Traceback (most recent call last)</div><div style="margin:0px;color:rgb(52,189,38)">&lt;ipython-input-2-d77b80fd2dfc&gt;<span style="color:#000000"> in </span><span style="color:#34bbc7">&lt;module&gt;</span><span style="color:#5330e1">()</span></div><div style="margin:0px;color:rgb(52,189,38)">----&gt; 1<span style="color:#c33720"> </span>import<span style="color:#000000"> Nio</span></div><div style="margin:0px;min-height:13px"><br></div><div style="margin:0px;color:rgb(52,189,38)">/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNIO/Nio.py<span style="color:#000000"> in </span><span style="color:#34bbc7">&lt;module&gt;</span><span style="color:#5330e1">()</span></div><div style="margin:0px;color:rgb(52,189,38)"><b>     81</b><span style="color:#000000"> &#39;&#39;&#39;</span></div><div style="margin:0px;color:rgb(52,189,38)"><b>     82</b><span style="color:#000000"> </span></div><div style="margin:0px;color:rgb(52,189,38)">---&gt; 83<span style="color:#c33720"> </span>from<span style="color:#000000"> nio </span>import<span style="color:#000000"> </span><span style="color:#5330e1">*</span></div><div style="margin:0px;color:rgb(52,189,38)"><b>     84</b><span style="color:#000000"> </span>from<span style="color:#000000"> nio </span>import<span style="color:#000000"> _C_API</span></div><div style="margin:0px;color:rgb(52,189,38)"><b>     85</b><span style="color:#000000"> </span></div><div style="margin:0px;min-height:13px"><br></div></span><div style="margin:0px"><span style="color:#c33720">ImportError</span>: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNIO/nio.so, 2): Symbol not found: __ZNSt8__detail15_List_node_base7_M_hookEPS0_</div><div style="margin:0px">  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNIO/nio.so</div><div style="margin:0px">  Expected in: /usr/lib/libstdc++.6.dylib</div><div style="margin:0px"> in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNIO/nio.so</div><div style="margin:0px"><br></div><div style="margin:0px"><br></div><div style="margin:0px"><br></div></div><div><div class="h5"><div><br></div><div><br></div><div><br><div><blockquote type="cite"><div>On Jun 25, 2015, at 4:49 PM, Mary Haley &lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt; wrote:</div><br><div><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Charlie,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I built a PyNIO binary for Yosemite, but I didn&#39;t have time to do the PyNGL binary.  I recently upgraded to Yosemite, and I&#39;m still getting all my builds sorted out.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Please try the &quot;PyNIO-1.5.0-beta.macos-10.10-x86_64-py279-numpy192-gnu492.tar.gz&quot; binary that I&#39;ve put at:</div>







<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.pyngl.ucar.edu/Training/SEA2015/binaries.shtml#Python279NumPy192" target="_blank">http://www.pyngl.ucar.edu/Training/SEA2015/binaries.shtml#Python279NumPy192</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 24, 2015 at 1:27 PM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">Charlie,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">We have some additional beta binaries at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.pyngl.ucar.edu/Training/SEA2015/binaries.shtml" target="_blank">http://www.pyngl.ucar.edu/Training/SEA2015/binaries.shtml</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">but these are only for MacOS 10.8 and 10.9.</div><div class="gmail_default"><br></div><div class="gmail_default" style="font-size:small">I might be able to provide a yosemite version, as I think my home machine is running this. I&#39;ll leave a note for myself to check.</div><span><font color="#888888"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 20, 2015 at 10:13 AM, Charlie Koven <span dir="ltr">&lt;<a href="mailto:ckoven@gmail.com" target="_blank">ckoven@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>Hi All,</div><div><br></div><div>Just tried to install binaries onto a new computer (macos yosemite) and getting errors.  Any chance of making a binary for this OS version?</div><div><br></div><div>Thanks,</div><div>Charlie</div><div><br></div><div><br></div><div><br></div><div>the binaries I tried to install but didn’t work were:</div><div>PyNGL-1.5.0-beta.macos-10.9-x86_64-py278-numpy191.tar.gz</div><div>PyNIO-1.4.1.macos-10.8-x86_64-py275-numpy162.tar.gz</div><div><br></div><div>The versions on my computer are:</div><div><div style="margin:0px;font-size:11px;font-family:Menlo">Python 2.7.10</div></div><div style="margin:0px;font-size:11px;font-family:Menlo">numpy 1.9.2</div><div><br></div><div><div style="margin:0px;font-size:11px;font-family:Menlo">uname -a</div><div style="margin:0px;font-size:11px;font-family:Menlo">Darwin admins-MBP 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_6</div></div><div style="margin:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo"><div style="margin:0px">gcc --version</div><div style="margin:0px">Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1</div><div style="margin:0px">Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)</div><div style="margin:0px">Target: x86_64-apple-darwin14.3.0</div><div style="margin:0px">Thread model: posix</div><div style="margin:0px"><br></div><div style="margin:0px"><br></div><div style="margin:0px"><br></div><div style="margin:0px"><br></div></div><div><br></div><div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="color:#5330e1">In [<b>2</b>]: </span>import Nio</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(195,55,32)">---------------------------------------------------------------------------</div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="color:#c33720">ImportError</span>                               Traceback (most recent call last)</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)">&lt;ipython-input-2-d77b80fd2dfc&gt;<span> in </span><span style="color:#34bbc7">&lt;module&gt;</span><span style="color:#5330e1">()</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)">----&gt; 1<span style="color:#c33720"> </span>import<span> Nio</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)">/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNIO/Nio.py<span> in </span><span style="color:#34bbc7">&lt;module&gt;</span><span style="color:#5330e1">()</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)"><b>     61</b><span> &#39;&#39;&#39;</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)"><b>     62</b><span> </span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)">---&gt; 63<span style="color:#c33720"> </span>from<span> nio </span>import<span> </span><span style="color:#5330e1">*</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)"><b>     64</b><span> </span>from<span> nio </span>import<span> _C_API</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)"><b>     65</b><span> </span></div><div style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="color:#c33720">ImportError</span>: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNIO/nio.so, 2): Symbol not found: ___addtf3</div><div style="margin:0px;font-size:11px;font-family:Menlo">  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNIO/nio.so</div><div style="margin:0px;font-size:11px;font-family:Menlo">  Expected in: /usr/lib/libSystem.B.dylib</div><div style="margin:0px;font-size:11px;font-family:Menlo"> in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNIO/nio.so</div><div style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="color:#5330e1">In [<b>3</b>]: </span>import Ngl</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(195,55,32)">---------------------------------------------------------------------------</div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="color:#c33720">ImportError</span>                               Traceback (most recent call last)</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)">&lt;ipython-input-3-ec4bb7966c2f&gt;<span> in </span><span style="color:#34bbc7">&lt;module&gt;</span><span style="color:#5330e1">()</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)">----&gt; 1<span style="color:#c33720"> </span>import<span> Ngl</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)">/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNGL/Ngl.py<span> in </span><span style="color:#34bbc7">&lt;module&gt;</span><span style="color:#5330e1">()</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)"><b>     39</b><span> </span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(195,55,32)"><span style="color:#34bd26"><b>     40</b></span><span> </span># PyNGL analysis functions</div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)">---&gt; 41<span style="color:#c33720"> </span>import<span> fplib</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)"><b>     42</b><span> </span></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(52,189,38)"><b>     43</b><span> </span>import<span> sys</span></div><div style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo"><span style="color:#c33720">ImportError</span>: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNGL/fplib.so, 2): Symbol not found: ___addtf3</div><div style="margin:0px;font-size:11px;font-family:Menlo">  Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNGL/fplib.so</div><div style="margin:0px;font-size:11px;font-family:Menlo">  Expected in: /usr/lib/libSystem.B.dylib</div><div style="margin:0px;font-size:11px;font-family:Menlo"> in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyNGL/fplib.so</div><div style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225)">In [<b>4</b>]: </div></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225)"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225)"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225)"><br></div><div style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225)"><br></div><div><br></div><div><br></div><br><div><blockquote type="cite"><div><div><div>On Dec 10, 2014, at 11:22 PM, Mary Haley &lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt; wrote:</div><br></div></div><div><div><div><div dir="ltr"><div style="font-size:small" class="gmail_default">I have some binaries ready for you guys to try, and will keep uploading a few more (I&#39;m doing some Python 2.7.6/numpy 1.9.1 combinations too).</div><div style="font-size:small" class="gmail_default"><br></div><div class="gmail_default"><u><font color="#0000ff"><a href="https://www.pyngl.ucar.edu/Download/files/" target="_blank">https://www.pyngl.ucar.edu/Download/files/</a></font></u><br></div><div class="gmail_default"><br></div><div class="gmail_default">The install and test instructions are the same as they were for 1.4.1:</div><div class="gmail_default"><br></div><div class="gmail_default"><u><font color="#0000ff"><a href="http://www.pyngl.ucar.edu/Download/install_from_binary.shtml" target="_blank">http://www.pyngl.ucar.edu/Download/install_from_binary.shtml</a></font></u><br></div><div class="gmail_default"><br></div><div class="gmail_default">The file names should be pretty self-explanatory:</div><div class="gmail_default"><p><span><a href="http://www.pyngl.ucar.edu/Download/files/PyNGL-1.5.0-beta.Linux-Debian-6.0-i686-py278-numpy191-gcc445.tar.gz" target="_blank"><font color="#0000ff">PyNGL-1.5.0-beta.Linux-Debian-6.0-i686-py278-numpy191-gcc445.tar.gz</font></a></span></p><p>The above is a 32-bit binary compiled on a Debian Linux system with Python 2.7.8, NumPy 1.9.1, and gcc 4.1.2.</p><p>I only have Debian and RedHat binaries (one of the binaries has an SL name which is Scientific Linux and RedHat based).</p><p>If you have Ubuntu, then I recommend going with a Debian binary.</p></div><div class="gmail_default">If you have CentOS, then try a RedHat binary.</div><div class="gmail_default"><br></div><div class="gmail_default">Once you have the software installed, you can try the attached pyngltest.py script, or run one of the examples available with &quot;pynglex&quot;:</div><div class="gmail_default"><br></div><div class="gmail_default">    pynglex -l    --&gt; to get list of examples</div><div class="gmail_default">    pynlgex xy1   ---&gt; to run example &quot;xy1.py&quot;</div><div class="gmail_default"><br></div><div class="gmail_default"><br></div><div class="gmail_default">Many of these call Nio.open_file, so you will need to have PyNIO installed.</div><div class="gmail_default"><br></div><div class="gmail_default">If you have problems with a particular PyNGL-1.5-0-beta binary, then email me with</div><div class="gmail_default"><ul><li>The name of the PyNGL binary you downloaded<br></li><li>A description of your system:</li></ul></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_default"><div>uname -a</div></div></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_default"><div>gcc --version</div></div></blockquote><div class="gmail_default"><ul><li>The output from running the attached pyngltest.py script</li><li>The &quot;<a href="http://map1.ps/" target="_blank">map1.ps</a>&quot; file, if it exists.</li><li>Any other information, like error messages, flavor of linux, etc.</li></ul><br><div>I haven&#39;t looked into incorporating these into anaconda or some other packaged set of Python software yet. I first just want to get them into the hands of some testers.</div><div><br></div><div>Thanks again for your patience. I will appreciate hearing from folks whether this new version is or isn&#39;t working for them.</div><div><br></div><div>--Mary</div><div><br></div></div><div class="gmail_default"><br></div><div class="gmail_default"><br></div><div class="gmail_default"><br></div><div class="gmail_default"><p><br></p></div><div class="gmail_default"><br></div><div class="gmail_default"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 10, 2014 at 8:38 AM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;</span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" class="gmail_quote"><div dir="ltr"><div style="font-size:small" class="gmail_default">Hi All,</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">I&#39;m sorry I haven&#39;t been responsive on this. I&#39;ve been trying to find a block of time to dedicate to doing some minor updates of PyNGL and create some binaries.</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">I got most of the updates done, so I&#39;ll create some binaries for you to try this week.</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">I will use Python 2.7.8 and numpy 1.9.1 since these are the latest versions. Once I have the binaries ready and if these two versions don&#39;t work for you, let me know.</div><span><font color="#888888"><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">--Mary</div><div style="font-size:small" class="gmail_default"><br></div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 24, 2014 at 10:59 AM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;</span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" class="gmail_quote"><div dir="ltr"><div style="font-size:small" class="gmail_default">Hi Thomas,</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">I can provide you with a beta version of PyNGl that works with NCL V 6.1 (and V6.2). Just let me know what version of numpy and python you have, and what type of system (Linux, 32 or 64-bit system, version of gcc).</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">Our release schedule has slipped because we are still tying up lose ends with NCL.</div><span><font color="#888888"><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">--Mary</div><div style="font-size:small" class="gmail_default"><br></div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 24, 2014 at 2:15 AM, Thomas Arsouze <span dir="ltr">&lt;<a href="mailto:thomas.arsouze@ensta-paristech.fr" target="_blank">thomas.arsouze@ensta-paristech.fr</a>&gt;</span> wrote:<br><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" class="gmail_quote">Dear all,<br>
<br>
do you have any estimation when a new version of Pyngl will be available ?<br>
I would like to use Pyngl but only got Ncl 6.1 and later installed on the computers at my lab.<br>
<br>
Thanks in advance.<br>
<br>
Sincerly,<br>
Thomas.<br>
<br>
_______________________________________________<br>
pyngl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/pyngl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/pyngl-talk</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div><span>&lt;pyngltest.py&gt;</span>_______________________________________________<span><br>pyngl-talk mailing list<br>List instructions, subscriber options, unsubscribe:<br><a href="http://mailman.ucar.edu/mailman/listinfo/pyngl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/pyngl-talk</a><br></span></div></blockquote></div><br></div><br>_______________________________________________<br>
pyngl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/pyngl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/pyngl-talk</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
pyngl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/pyngl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/pyngl-talk</a><br>
<br></blockquote></div><br></div>