[IPython-dev] feature?

Johann Cohen-Tanugi cohen at slac.stanford.edu
Tue Jun 10 16:49:06 EDT 2008


well, with Brian great help, we figured out offline that the problem is 
a faulty setuptools in my system (FC8), so Brian suggested:

easy_install -U setuptools

and it then worked! After installation, I get :
[cohen at jarrett ~]$ nosetests IPython
......................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 310 tests in 40.059s

OK

hth,
Johann

Brian Granger wrote:
> 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