You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK, and after having worked myself through the code of the loader, you have to import a Loader class first which implements IPluginLoaderbefore calling load_services().
So:
I really had a hard time finding out how
PluginGlobals.load_services()
works - I didn't make it. Is there any kind of documentation besides the few lines in the [pdf](https://software.sandia.gov/trac/pyutilib/export/1831/pyutilib.component.doc/trunk/doc/plugin/pca.pdf]?AFAIK, and after having worked myself through the code of the loader, you have to import a Loader class first which implements
IPluginLoader
before callingload_services()
.So:
get_env()
necessary (the pdf doc doesn't mention it)?auto_disable=False
the plugin is not called in the following context.Is there any chance that the documentation gets updated?
The text was updated successfully, but these errors were encountered: