sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.68k stars 798 forks source link

Added Support for IPython 2.0 #616

Open ghost opened 10 years ago

ghost commented 10 years ago

This will fix ImportError when using SimpleCV with IPython 2.0

memilanuk commented 10 years ago

Needs addressed sooner rather than later... with IPython 2.0.0 surfacing - if someone pull it in using say pip --upgrade (oops) it does not play well with simplecv.

See also https://github.com/sightmachine/SimpleCV/pull/582/files - different way of handling similar problem - also not merged with 'develop' or 'master' branches...