Skip to content

GUI cannot load variable #1057

@painter1

Description

@painter1

Run the UV-CDAT GUI, e.g.
uvcdat --output=""
In the variable window (upper-right), click on the "+" to add a variable. Browse for a suitable NetCDF file. Choose a variable. Click on "Load". Then (with a UV-CDAT which I built earlier today) you get an exception in a popup window:

Traceback (most recent call last):
  File "/Users/painter1/bin/uvcdat-2015.02.20/vistrails/vistrails/gui/uvcdat/variable.py", line 591, in defineVarClicked
    self.getUpdatedVarCheck()
  File "/Users/painter1/bin/uvcdat-2015.02.20/vistrails/vistrails/gui/uvcdat/variable.py", line 630, in getUpdatedVarCheck
    self.getUpdatedVar(tid)
  File "/Users/painter1/bin/uvcdat-2015.02.20/vistrails/vistrails/gui/uvcdat/variable.py", line 729, in getUpdatedVar
    updatedVar = controller.create_exec_new_variable_pipeline(targetId)
  File "/Users/painter1/bin/uvcdat-2015.02.20/vistrails/vistrails/gui/uvcdat/project_controller.py", line 1185, in create_exec_new_variable_pipeline
    self.get_var_module(targetId, dummyCell, CDMSPipelineHelper)
  File "/Users/painter1/bin/uvcdat-2015.02.20/vistrails/vistrails/gui/uvcdat/project_controller.py", line 925, in get_var_module
    module = var.to_module(self.vt_controller)
  File "/Users/painter1/bin/uvcdat-2015.02.20/vistrails/vistrails/packages/uvcdat_cdms/init.py", line 164, in to_module
    module = Variable.to_module(self, controller, identifier)
  File "/Users/painter1/bin/uvcdat-2015.02.20/vistrails/vistrails/packages/uvcdat/init.py", line 58, in to_module
    reg.get_descriptor_by_name(pkg_identifier, self.__class__.__name__))
  File "/Users/painter1/bin/uvcdat-2015.02.20/vistrails/vistrails/core/modules/module_registry.py", line 745, in get_descriptor_by_name
    raise MissingPackage(identifier)
MissingPackage: Missing package: gov.llnl.uvcdat.cdms

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions