diff --git a/kallithea/lib/paster_commands/ishell.py b/kallithea/lib/paster_commands/ishell.py --- a/kallithea/lib/paster_commands/ishell.py +++ b/kallithea/lib/paster_commands/ishell.py @@ -44,7 +44,7 @@ class Command(BasePasterCommand): try: from IPython import embed except ImportError: - print 'Kallithea ishell requires the IPython Python package' + print 'Kallithea ishell requires the Python package IPython 4 or later' sys.exit(-1) from traitlets.config.loader import Config cfg = Config()