Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to plugins after linking local development plugins #237

Open
Lucaszw opened this issue Jul 21, 2017 · 0 comments
Open

Failing to plugins after linking local development plugins #237

Lucaszw opened this issue Jul 21, 2017 · 0 comments

Comments

@Lucaszw
Copy link
Contributor

Lucaszw commented Jul 21, 2017

After linking development plugins using: mklink /j <link> <target > , to ../etc/microdrop/plugins/enabled
future plugins fail to install.


(<type 'exceptions.IOError'>, IOError('Plugin `microdrop.dmf-device-ui-plugin` not found in `A:\\Development\\Miniconda\\envs\\microdrop\\etc\\microdrop\\plugins\\available` or `A:\\Development\\Miniconda\\envs\\microdrop\\share\\microdrop\\plugins\\available`',), <traceback object at 0x0AF06800>) {}
  File "A:\Development\Miniconda\envs\microdrop\lib\site-packages\microdrop\gui\plugin_manager_dialog.py", line 110, in _plugin_download_dialog
    result_i = self.controller.download_and_install_plugin(plugin_i)
  File "A:\Development\Miniconda\envs\microdrop\lib\site-packages\microdrop\gui\plugin_manager_controller.py", line 334, in download_and_install_plugin
    mpm.api.enable_plugin(package_name)
  File "A:\Development\Miniconda\envs\microdrop\lib\site-packages\mpm\api.py", line 406, in enable_plugin
    .format(name_i, *available_paths))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants