omero-py
omero-py copied to clipboard
config parse fails without omero-web
In a Python 2 environment with omero-py installed but not omero-web bin/omero config parse fails for me with,
ImportError: No module named omeroweb.settings
omero config --help:
parse Parse the configuration properties from the etc/omero.properties file and Web properties for readability.
Is it meant to work without web?
Maybe we should move this to it's own package, AFAIK no-one uses it apart from our build process to generate the docs.
No objections. That could then depend on omero-py and omero-web. :+1:
(omero config parse could fail with the name of the new plugin that needs installing)