When I import Shell from SimpleCV
from SimpleCV import Shell
I get this error
C:\Python27\lib\site-packages\IPython\config.py:13: ShimWarning: The
IPython.config
package has been deprecated. You should import from traitlets.config instead. "You should import from traitlets.config instead.", ShimWarning)C:\Python27\lib\site-packages\IPython\frontend.py:21: ShimWarning: The top->level
frontend
package has been deprecated. All its subpackages have been >moved to the topIPython
level. "All its subpackages have been moved to the topIPython
level.", >ShimWarning)
Although on calling the
Shell.main()
The SimpleCV console does start, however when I close the window for img.show(), it just quits the whole python console not just SimpleCV console
Don't know what is happening!