python - Get AttributeError after upgrading to IPython13 -


i upgraded ipython installation pip, , when use ipython, failed this:

traceback (most recent call last): file "<string>", line 1, in <module> attributeerror: 'module' object has no attribute 'shell' 

but when try $(which ipython), starts normally.

what may reason of attributeerror?

look under ~/.ipython. there's configuration script there using old api.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -