[IPython-dev] custom completers, changes since ipython-4?
Darren Dale
dsdale24 at gmail.com
Tue Dec 1 15:56:11 EST 2015
I wrote a custom completer for h5py some years ago, and discovered a
problem after updating ipython to the latest version:
[TerminalIPythonApp] WARNING | Error in loading extension:
h5py.ipy_completer Check your config files in
/home/darren/.ipython/profile_default Traceback (most recent call last):
File "/opt/conda/lib/python2.7/site-packages/IPython/core/shellapp.py",
line 267, in init_extensions
self.shell.extension_manager.load_extension(ext) File
"/opt/conda/lib/python2.7/site-packages/IPython/core/extensions.py", line
89, in load_extension __import__(module_str) File
"/opt/conda/lib/python2.7/site-packages/h5py/ipy_completer.py", line 59, in
<module> from IPython import generics ImportError: cannot import name
generics
I'm sorry if this has an obvious solution that has been announced
somewhere, maybe I don't know where to look anymore. Is there a list of
changes that has been made to the API? What happened to generics?
Thanks,
Darren
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20151201/df6908dd/attachment.html>
More information about the IPython-dev
mailing list