[IPython-dev] feature?

Brian Granger ellisonbg.net at gmail.com
Tue Jun 10 14:37:29 EDT 2008


On Tue, Jun 10, 2008 at 12:15 PM, Johann Cohen-Tanugi
<cohen at slac.stanford.edu> wrote:
> More on my issues with current bzr  trunk : I installed sphinx without
> trouble so only Foolscap seems to be a problem. But when I try to build
> ipython again, just for the sake of it, it now outputs :
> [cohen at jarrett ipython]$ python setup.py build
> ============================================================================
> BUILDING IPYTHON
>                python: 2.5.1 (r251:54863, Oct 30 2007, 13:54:11)  [GCC
>                        4.1.2 20070925 (Red Hat 4.1.2-33)]
>              platform: linux2
>
> OPTIONAL DEPENDENCIES
>        Zope.Interface: yes
>               Twisted: 8.1.0
>              Foolscap: 0.2.8
>               OpenSSL: 0.6
>                sphinx: 0.3
>              pygments: 0.10
>                  nose: 0.10.0
>               pexpect: 2.3
> running build
> running build_py
> package init file 'IPython/config/tests/__init__.py' not found (or not a
> regular file)
> package init file 'IPython/UserConfig/__init__.py' not found (or not a
> regular file)
> package init file 'IPython/config/tests/__init__.py' not found (or not a
> regular file)
> package init file 'IPython/UserConfig/__init__.py' not found (or not a
> regular file)
> running build_scripts
>
> Only the Foolscap egg is there, which seems to be enough for ipython at
> this stage. Do we really want that behavior?
> best,


I am not sure that I follow you.  The dependency check shows that it
has found acceptable versions of all the dependencies.  Can you just
run:

$ trial IPython

or

nosetests IPython

To run the test suite and see what you get?

Thanks

Brian



More information about the IPython-dev mailing list