NCO download Python -


there not on troubleshooting outside package nco netcdf4 files when downloading. following steps https://github.com/jhamman/nco-bindings. first step run setup.py install , able see install. below end of output saying installed.

installed c:\users\...\appdata\local\enthought\canopy\user\lib\site-  packages\nco-0.0.2-py2.7.egg processing dependencies nco==0.0.2 finished processing dependencies nco==0.0.2 

but running problem when running operators. step is:

from nco import nco nco=nco() 

and error nco = nco()saying

typeerror: 'nonetype' object has no attribute 'getitem'

meaning there nothing within function. using enthought canopy python not think problem. on getting function ncra running appreciated. thanks

i had similar problem , solved defining new system variable called "ncopath" , did set value path of nco package (in case path "c:\nco").

i hope helps.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

gradle error "Cannot convert the provided notation to a File or URI" -