X-Received: by 10.224.37.3 with SMTP id v3mr21119168qad.2.1373354840612; Tue, 09 Jul 2013 00:27:20 -0700 (PDT) X-Received: by 10.49.4.136 with SMTP id k8mr667417qek.19.1373354840597; Tue, 09 Jul 2013 00:27:20 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!t19no872551qam.0!news-out.google.com!f7ni1652qai.0!nntp.google.com!t19no872543qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Tue, 9 Jul 2013 00:27:20 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.238.235.156; posting-account=PDWREgoAAADK7Tl4h1_OjhQZo4ZmcPQM NNTP-Posting-Host: 195.238.235.156 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ipython From: davide.dalmasso@gmail.com Injection-Date: Tue, 09 Jul 2013 07:27:20 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.python:50220 I did not see the massage when installation finisched. Sorry! Many Thanks!!! > > The IPython installer actually mentions this when it finishes > > installing: > > > > "Distribute (setuptools) is required to create Start Menu items. > > Re-run this installer after installing distribute to get Start > > Menu items." > > > > You can grab the setup for distribute from: > > > > http://python-distribute.org/distribute_setup.py > > > > If your Python 3.3 installation is part of your PATH, you simply do: > > > > python3 distribute_setup.py install > > > > When it's finished, run the IPython installer again and you'll find > > it now creates a start menu shortcut for you.