AaronC81 / ipython-auto-import

:inbox_tray: Automatically import a Python library in IPython when you forget to import it
MIT License
55 stars 3 forks source link

ImportError when colorama is not installed. #6

Closed elemakil closed 8 years ago

elemakil commented 8 years ago

On branch master.

Installed using the "easy way". Using IPython 5.0.0 on MacOS X 10.11.5

This should be explicitly listed as dependency and possibly be auto-installed (distutils).

AaronC81 commented 8 years ago

On master, colorama should no longer be necessary, but install.py will suggest you install it if you don't have it. Please check this has fixed it for you.

elemakil commented 8 years ago

Can confirm that this is fixed.