Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

genutil broken in nightly #2035

Closed
durack1 opened this issue Jun 27, 2016 · 3 comments
Closed

genutil broken in nightly #2035

durack1 opened this issue Jun 27, 2016 · 3 comments
Assignees
Milestone

Comments

@durack1
Copy link
Member

durack1 commented Jun 27, 2016

(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']
@durack1 durack1 added this to the 2.6 milestone Jun 27, 2016
@doutriaux1
Copy link
Contributor

doutriaux1 commented Jun 27, 2016

fixed by commit e31e2fd

@durack1
Copy link
Member Author

durack1 commented Jun 27, 2016

@doutriaux1 great, when will conda be updated with this change - on the stroke of midnight tonight?

@doutriaux1
Copy link
Contributor

you wished, that cronjob is not working. Will push one soon though I will let you know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants