Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50208

Re: ipython

From alex23 <wuwei23@gmail.com>
Newsgroups comp.lang.python
Subject Re: ipython
Date 2013-07-09 15:29 +1000
Organization A noiseless patient Spider
Message-ID <krg6oa$5e3$1@dont-email.me> (permalink)
References <a93227f2-7553-468c-9e9c-41b57f7d2f8d@googlegroups.com>

Show all headers | View raw


On 9/07/2013 12:44 AM, davide.dalmasso@gmail.com wrote:
> Hi, I work with Python 3.3.
> I downloaded an IPython executable version from http://www.lfd.uci.edu/~gohlke/pythonlibs/
> I installed it but no shortcut appears in my start menu.
> How can I launch it or alternatively is there some other free source of executable file for Windows 7?

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.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

ipython davide.dalmasso@gmail.com - 2013-07-08 07:44 -0700
  Re: ipython Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-08 14:57 +0000
  Re: ipython Wanderer <wanderer@dialup4less.com> - 2013-07-08 09:49 -0700
  Re: ipython alex23 <wuwei23@gmail.com> - 2013-07-09 15:29 +1000
    Re: ipython davide.dalmasso@gmail.com - 2013-07-09 00:27 -0700

csiph-web