spacetelescope/wss_tools

Ginga cannot load AboutQUIP and MosaicAuto

Closed this issue · 2 comments

pllim commented

Using:

  • wss-tools 0.3.7
  • stginga 0.1.3
  • and ginga 2.6.3
  • python 3.5.3

Log:

2017-05-31 12:55:41,837 | E | ModuleManager.py:90 (load_module) | Failed to load module 'AboutQUIP': No module named 'AboutQUIP'
2017-05-31 12:55:41,838 | E | Control.py:314 (add_global_plugin) | Unable to load global plugin 'AboutQUIP': No module named 'AboutQUIP'

2017-05-31 12:55:42,333 | E | ModuleManager.py:90 (load_module) | Failed to load module 'MosaicAuto': No module named 'MosaicAuto'
2017-05-31 12:55:42,333 | E | Control.py:287 (add_local_plugin) | Unable to load local plugin 'MosaicAuto': No module named 'MosaicAuto'

2017-05-31 12:55:42,400 | E | PluginManager.py:74 (load_plugin) | Traceback:
  File ".../ginga/gw/PluginManager.py", line 43, in load_plugin
    module = self.mm.get_module(spec.module)

  File ".../ginga/misc/ModuleManager.py", line 95, in get_module
    return self.module[module_name]

Similar problem as spacetelescope/stginga#126 although it theoretically should have been fixed in the Ginga release being used...

c/c @ejeschke @Skyhawk172

pllim commented

Turns out Ginga from latest dev does not present this error but latest release used does. So, the solution for now is to use a dev version of Ginga, and make a fake release using that on AstroConda.

@pllim, I'm planning to make a new release soon.