[IPython-dev] A request for help reviewing/testing a branch

John Hunter jdh2358 at gmail.com
Sat Jan 9 22:38:46 EST 2010


On Sat, Jan 9, 2010 at 9:31 PM, Fernando Perez <fperez.net at gmail.com> wrote:
> On Sat, Jan 9, 2010 at 7:08 PM, Fernando Perez <fperez.net at gmail.com> wrote:
>
>> But I've been coding like a maniac, and there's a LOT in there, so it
>> would be really useful if we could get more eyes on this thing.  I
>> know Brian has been pounding on it, but it would be great if others
>> could pitch in to give him a hand as well.  Don't be intimidated by
>> the size of the diff, even if you just test it on your system and
>> report, that's *very* useful to us.  If you have a launchpad account
>> you can add your review with the above link, but if not just reply on
>> this thread, any feedback you provide will be beneficial.
>
> In order to make this as easy as possible for anyone willing to help,
> I've uploaded source (zip and tgz) as well as an egg and a win32
> installer:
>
> http://ipython.scipy.org/dist/testing/
>
> Thanks for any help!

I did a

  bzr clone lp:~fdo.perez/ipython/trunk-dev

on an ubuntu 9.10 box, and when I try a python setup.py build I get
the following failure::

msierig at pinchiepie:~/ipython$ python setup.py build
Traceback (most recent call last):
  File "setup.py", line 32, in <module>
    from IPython.utils.genutils import target_update
  File "/home/msierig/ipython/IPython/__init__.py", line 41, in <module>
    from IPython.core.iplib import InteractiveShell
  File "/home/msierig/ipython/IPython/core/iplib.py", line 47, in <module>
    from IPython.core.magic import Magic
  File "/home/msierig/ipython/IPython/core/magic.py", line 59, in <module>
    from IPython.testing import decorators as testdec
  File "/home/msierig/ipython/IPython/testing/decorators.py", line 68,
in <module>
    from ipunittest import ipdoctest, ipdocstring
  File "/home/msierig/ipython/IPython/testing/ipunittest.py", line 54,
in <module>
    from . import globalipapp
ImportError: cannot import name globalipapp


Must be missing something obvious....

JDHcd



More information about the IPython-dev mailing list