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

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -