[pyngl-talk] pyngl 1.5.0 source

Orion Poplawski orion at cora.nwra.com
Tue Dec 16 15:32:55 MST 2014


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


More information about the pyngl-talk mailing list