I installed IPython .11 but realized only afterwards that it is incompatible with Spyder IDE. I think I might have done something barbaric when trying to uninstall .11 and install .10. I installed .10.2 from source and everything looks fine. When I go to run ipython, though, I get the following:<br>
<br>/usr/local/lib/python2.6/dist-packages/nose/plugins/manager.py:405: UserWarning: Module dateutil was already imported from /usr/local/lib/python2.6/dist-packages/dateutil/__init__.pyc, but /usr/lib/pymodules/python2.6 is being added to sys.path<br>
import pkg_resources<br>Traceback (most recent call last):<br> File "/usr/local/lib/python2.6/dist-packages/spyderlib/widgets/externalshell/startup.py", line 181, in <module><br> import IPython.Shell<br>
File "/usr/local/lib/python2.6/dist-packages/IPython/Shell.py", line 38, in <module><br> from IPython.Magic import Magic<br> File "/usr/local/lib/python2.6/dist-packages/IPython/Magic.py", line 89, in <module><br>
class Magic:<br> File "/usr/local/lib/python2.6/dist-packages/IPython/Magic.py", line 536, in Magic<br> @testdec.skip_doctest<br>AttributeError: 'module' object has no attribute 'skip_doctest'<br>
<br><br>
Thanks,<br>
Gustavo<br>