From: Fernando P. <fpe...@gm...> - 2007-07-24 15:31:12
|
On 7/24/07, Darren Dale <dd...@co...> wrote: > On Tuesday 24 July 2007 7:57:37 am John Hunter wrote: > > On 7/24/07, Fernando Perez <fpe...@gm...> wrote: > > > Hi all, > > > > > > if anyone is still following, please update the tconfig work. Run > > > > > > ipython -wthread > > > %run mpltest.py > > > mplconf2.tconf.edit_traits() > > > > > > Edit to your heart's content. > > > > I am not running in wthred, but I think there may be an import problem > > somewhere > > Line 347 in tconfig.py, change TraitError to T.TraitError Fixed in SVN, sorry. That's why the last ToDo item on this before considering it really semi-done is to turn the test scripts into real doc/unit tests that also exercise the exception-generation codepaths. Otherwise crap like this creeps in... Cheers, f |