From: Fernando P. <fpe...@gm...> - 2007-01-31 17:18:13
|
On 1/31/07, Chris Fonnesbeck <ch...@tr...> wrote: > I am still getting this problem. Here is an ipython traceback of a very > simple plot: > > In [1]: from pylab import * Chris, try xmode verbose in ipython right before running your code. This will make the traceback dump even more detail, which may help John and his evil minions track down your little critter even faster. Cheers, f |