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
Post a Comment