You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(uvcdatNightly)durack1@oceanonly:[150219_AMIPForcingData]:[864]> python
Python 2.7.11 |Continuum Analytics, Inc.| (default, Jun 15 2016, 15:21:30)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>> import genutil
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/export/durack1/anaconda2/envs/uvcdatNightly/lib/python2.7/site-packages/genutil/__init__.py", line 5, in <module>
from grower import grower
File "/export/durack1/anaconda2/envs/uvcdatNightly/lib/python2.7/site-packages/genutil/grower.py", line 4, in <module>
import cdms2 as cdms
File "/export/durack1/anaconda2/envs/uvcdatNightly/lib/python2.7/site-packages/cdms2/__init__.py", line 30, in <module>
from .dataset import createDataset, openDataset, useNetcdf3, \
File "/export/durack1/anaconda2/envs/uvcdatNightly/lib/python2.7/site-packages/cdms2/dataset.py", line 17, in <module>
from .CDMLParser import CDMLParser
File "/export/durack1/anaconda2/envs/uvcdatNightly/lib/python2.7/site-packages/cdms2/CDMLParser.py", line 5, in <module>
from .cdxmllib import XMLParser
File "/export/durack1/anaconda2/envs/uvcdatNightly/lib/python2.7/site-packages/cdms2/cdxmllib.py", line 73, in <module>
attrtrans = string.maketrans(' \r\n\t', ' ')
NameError: name 'string' is not defined
>>> import cdat_info
>>> cdat_info.version()
['v2', '5', '0', '572', 'ga06818f']
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: