From 4f4f56d3088dcfcfd3814a0e90209768661a3459 2013-07-09 18:46:46 From: Christoph Gohlke Date: 2013-07-09 18:46:46 Subject: [PATCH] Refer to Setuptools instead of Distribute --- diff --git a/scripts/ipython_win_post_install.py b/scripts/ipython_win_post_install.py index a3c923f..1604ff3 100755 --- a/scripts/ipython_win_post_install.py +++ b/scripts/ipython_win_post_install.py @@ -59,10 +59,10 @@ def install(): if not have_setuptools: # This currently doesn't work without setuptools, # so don't bother making broken links - print("Distribute (setuptools) is required to" + print("Setuptools is required to" " create Start Menu items.", file=sys.stderr) print("Re-run this installer after installing" - " distribute to get Start Menu items.", file=sys.stderr) + " Setuptools to get Start Menu items.", file=sys.stderr) return # Lookup path to common startmenu ...