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

spyder_io_hdf5 plugin not available (Issue #4487) #4491

Closed
wants to merge 474 commits into from
Closed

spyder_io_hdf5 plugin not available (Issue #4487) #4491

wants to merge 474 commits into from

Conversation

smjorda
Copy link

@smjorda smjorda commented May 18, 2017

This code change apparently fixes it (line 51 and down of otherplugins.py):

for name in os.listdir(plugin_path):
# Is this a Spyder plugin?
if not name.startswith(PLUGIN_PREFIX):
continue
# Ensure right type of plugin
if is_io != name.startswith(IO_PREFIX):
continue

# Import the plugin
_import_plugin(name, plugin_path, modnames, modlist)

rlaverde and others added 30 commits December 20, 2016 00:03
Replace _logger calls with debug_print
PR: Add Panels and PanelsManager, and use it to add LineNumberArea to editor
Fixes #3759
Fixes #3459

Conflicts:
- spyder/config/main.py
- spyder/plugins/variableexplorer.py
- spyder/widgets/variableexplorer/collectionseditor.py
- spyder/widgets/variableexplorer/namespacebrowser.py
- spyder/widgets/variableexplorer/utils.py
…e_3585

PR: Load files in the background and set focus to the last one with focus in the previous session
self.profiler.analyze should not take self as otherwise filename=self, wdir=filename and wdir=wdir
dougthor42 and others added 24 commits May 12, 2017 14:03
+ _adjust_parent_stack works on the heap stack that represents the parents for
  a given FoldScopeHelper object.
+ Added default value of `True` to spyder/config/main.py
+ Added checkbox to Editor -> Display -> Interface option dialog
  in spyder/plugins/editor.py
+ Added method to set class/func dropdown visibility to
  spyder/widgets/editor.py.
PR: Add a new panel to show/explore class and methods/functions present in the current file
Fixes #4197
Fixes #4134
Fixes #2963
Fixes #2850
Fixes #2730
Fixes #1555

Conflicts:
- spyder/app/mainwindow.py
- spyder/config/main.py
- spyder/widgets/findinfiles.py
PR: Fix error in Find in Files because of changes in master
@ccordoba12
Copy link
Member

I'm afraid your pull request went wrong. It seems you merged master to 3.x, and there's no need for that.

So I'm going to close this PR and kindly ask you to open a new one.

@ccordoba12 ccordoba12 closed this May 19, 2017
@smjorda
Copy link
Author

smjorda commented May 19, 2017 via email

@ccordoba12
Copy link
Member

No problem, don't worry about it :-)

@ccordoba12
Copy link
Member

@dalthviz used your proposed changes in PR #4521. Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants