Skip to content

summaryplot issue #16

Description

@qilicun

Hi, long time no see!

I tried to use summaryplot to get some plots, but the issue happened. I have updated ERT and summarploy to the least version and this binary never had the problem before.

Thanks!

Traceback (most recent call last):
  File "opm-utilities/summaryplot", line 52, in <module>
    import ert.ecl as ecl
  File "/usr/local/lib/python2.7/dist-packages/ert/__init__.py", line 120, in <module>
    from ert.util import Version
  File "/usr/local/lib/python2.7/dist-packages/ert/util/__init__.py", line 40, in <module>
    from cwrap import Prototype
  File "/usr/local/lib/python2.7/dist-packages/ert/cwrap/__init__.py", line 46, in <module>
    from .basecclass import BaseCClass
  File "/usr/local/lib/python2.7/dist-packages/ert/cwrap/basecclass.py", line 6, in <module>
    class BaseCClass(object):
  File "/usr/local/lib/python2.7/dist-packages/ert/cwrap/metacwrap.py", line 30, in __init__
    registerType(type_name, cls, is_return_type=is_return_type, storage_type=storage_type)
  File "/usr/local/lib/python2.7/dist-packages/ert/cwrap/prototype.py", line 20, in registerType
    raise PrototypeError("Type: '%s' already registered!" % type_name)
ert.cwrap.prototype.PrototypeError: Type: 'base_c_class' already registered!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions