Re: [matplotlib-devel] [Enthought-dev] rcParams and validation

2007-07-24 Thread Dave Peterson
Replying to this, even though I replied to a later message to enthought-dev, since this one is also cc'd to matplotlib-devel Darren Dale wrote: > On Sunday 22 July 2007 02:10:50 pm John Hunter wrote: > >> On 7/22/07, Dave Peterson <[EMAIL PROTECTED]> wrote: >> >>> Just uploaded a new

Re: [matplotlib-devel] [Enthought-dev] rcParams and validation

2007-07-23 Thread Darren Dale
On Sunday 22 July 2007 02:10:50 pm John Hunter wrote: > On 7/22/07, Dave Peterson <[EMAIL PROTECTED]> wrote: > > Just uploaded a new source tarball that I believe should have this fixed > > so that you don't need to install enthought.resource. Basically, I > > Bingo, I am now getting a working ins

Re: [matplotlib-devel] [Enthought-dev] rcParams and validation

2007-07-22 Thread John Hunter
On 7/22/07, Dave Peterson <[EMAIL PROTECTED]> wrote: > Just uploaded a new source tarball that I believe should have this fixed > so that you don't need to install enthought.resource. Basically, I Bingo, I am now getting a working install with sudo easy_install -f http://code.enthought.com/enst

Re: [matplotlib-devel] [Enthought-dev] rcParams and validation

2007-07-22 Thread Dave Peterson
Dave Peterson wrote: > It does look like one of the dependencies in enthought.traits is wrong > then. In particular, it was thought that enthought.resource was only > required if you actually *used* Traits UI features. I just looked at > the code and the only import, in traits, of a package f

Re: [matplotlib-devel] [Enthought-dev] rcParams and validation

2007-07-22 Thread Dave Peterson
John Hunter wrote: > On 7/22/07, Dave Peterson <[EMAIL PROTECTED]> wrote: > >> Hmm, why did you choose to install enthought.debug? The current source >> for enthought.traits requires only enthought.etsconfig (which has no >> other dependencies) and enthought.util (which, without extras, require

Re: [matplotlib-devel] [Enthought-dev] rcParams and validation

2007-07-22 Thread Darren Dale
On Sunday 22 July 2007 12:46:50 pm John Hunter wrote: > The following, however, gives me a broken install: > > sudo rm -rf /usr/local/lib/python2.5/site-packages/enthought* > sudo easy_install -f > http://code.enthought.com/enstaller/eggs/source/unstable > "enthought.traits < 3.0a" > > eg, with

Re: [matplotlib-devel] [Enthought-dev] rcParams and validation

2007-07-22 Thread Darren Dale
On Sunday 22 July 2007 1:04:10 pm Darren Dale wrote: > I think the problem lies in traits.ui, which is looking for > enthought.resource, which requires pyface. Scratch that. I thought I remembered that pyface was getting pulled in by enthought.resource, but I think that was wrong. Somewhere along

Re: [matplotlib-devel] [Enthought-dev] rcParams and validation

2007-07-22 Thread Darren Dale
On Sunday 22 July 2007 12:12:40 pm Dave Peterson wrote: > Gael Varoquaux wrote: > > On Sun, Jul 22, 2007 at 11:43:31AM -0400, Darren Dale wrote: > >> The issue of configuration has come up several times on the mailing > >> lists over the last few years, and Fernando's tconfig feels like the > >> ri

Re: [matplotlib-devel] [Enthought-dev] rcParams and validation

2007-07-22 Thread John Hunter
On 7/22/07, Dave Peterson <[EMAIL PROTECTED]> wrote: > Hmm, why did you choose to install enthought.debug? The current source > for enthought.traits requires only enthought.etsconfig (which has no > other dependencies) and enthought.util (which, without extras, requires > only enthought.traits.)