[pyngl-talk] pyngl 1.5.0 source

Mary Haley haley at ucar.edu
Wed Dec 17 13:59:35 MST 2014


Thanks Orion, I'll take a look at the code and implement these changes.

--Mary


On Tue, Dec 16, 2014 at 3:32 PM, Orion Poplawski <orion at cora.nwra.com>
wrote:
>
> On 12/16/2014 10:50 AM, Mary Haley wrote:
> > Hi Orion,
> >
> > Sure thing, I just put it on the web:
> >
> > http://www.pyngl.ucar.edu/Download/files/PyNGL-1.5.0-beta.tar.gz
>
> One other nit - you should exit with a non-zero value on error in setup.py:
>
> e.g.:
>
> except ImportError:
>   print "Error: Cannot import NumPy. Can't continue."
>   sys.exit(1)
>
> except:
>   print "NCARG_ROOT is not set; can't continue!"
>   sys.exit(1)
>
>
> --
> Orion Poplawski
> Technical Manager                     303-415-9701 x222
> NWRA, Boulder/CoRA Office             FAX: 303-415-9702
> 3380 Mitchell Lane                       orion at nwra.com
> Boulder, CO 80301                   http://www.nwra.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/pyngl-talk/attachments/20141217/bc9d16e7/attachment.html 


More information about the pyngl-talk mailing list