[IPython-dev] Problems with "trial IPython.kernel" on trunk

Fernando Perez fperez.net at gmail.com
Tue Aug 4 16:14:22 EDT 2009


On Tue, Aug 4, 2009 at 12:57 PM, Brian Granger<ellisonbg.net at gmail.com> wrote:
>
>
> On Tue, Aug 4, 2009 at 12:48 PM, Fernando Perez <fperez.net at gmail.com>
> wrote:
>>
>> On Tue, Aug 4, 2009 at 12:25 PM, Brian Granger<ellisonbg.net at gmail.com>
>> wrote:
>> > Hmm.  Now that is really odd.  Can you run this using:
>> >
>> > trial IPython.kernel
>> >
>> > and see if you get the same thing?
>> >
>>
>> OK, now I do see the errors...
>
> But they really aren't there if you run the test suite using iptest?

Nope, I really get '[OK]' in those...

>> Mmmh, can you point me to the changeset you made?
>
> Here it is:
>
> http://bazaar.launchpad.net/~ipython-dev/ipython/module-reorg/revision/1225
>
> * I fixed the problem in core.ultratb
> * I removed kernel/core/ultraTB
> * Fixed the remaining import statements that were using kernel/core/ultraTB
> to use core/ultratb
>
>
>>
>> Also, is it clear to you why they were passing before?  We are running
>> trial in a *separate process*, so there's no way the parent's ipython
>> instance could be leaking into the trial process.
>
> Do you have something weird going on with your paths and versions of
> ipython, twisted, etc.  I almost wonder if when the test suite is run using
> iptest, it is picking up a different version of trial and ipython?  Then
> they would pass.
>
>>
>> I'm a little confused right now.
>
> Me too.

OK, glad to know I'm not the only one :)  Thanks for your pointers
above, I'm on this one...  I'll ping back when I have something to
show.

f



More information about the IPython-dev mailing list