On 7/19/07, Darren Dale <[EMAIL PROTECTED]> wrote > On Thursday 19 July 2007 01:18:21 pm John Hunter wrote:
> I have not been able to install traits by following the instructions in > mtraits.py. easy_install is pulling in enthought.util-3.0a1, which conflicts > with enthought.resource-2.0b1. Why do you pull etsconfig, util and debug from > one place, and traits 2 from another? I would have thought it easier to do: I think the answer is because the install is broken and you have to get some combination of packages that work together through a little hackery. They're working on it ... I encountered a similar problem at home last night, and Dave recommended on the enthought list. I haven't had a chance to test this yet. If this works, please update the install instructions in mtraits if you get a minute. Here is Dave's answer:: The problem is that this command, without any versions specified, is mixing versions from the ETS 2.5 release and the still nascent ETS 3.0. And, as your seeing, they don't mix because most of the 2.x stuff declares that it doesn't work with anything later than a 2.x version -- i.e. enthought.resource 2.0b2 requires an enthought.util version less than 3.0a but you've already installed enthought.util version 3.0a1. Easy_install is just doing its job here by giving you an error. Clearly we need to get the uninstallable ETS 3.0 components out of the various repos -- at least until they install smoothly. (See below discussion.) In the meantime, to resolve this for yourself, back out any 3.0a enthought components, and then do the following command: sudo easy_install -f http://code.enthought.com/enstaller/eggs/source/unstable/ \ "enthought.etsconfig < 3.0a" "enthought.util <3.0a" "enthought.debug <3.0a" For the rest of the world, I think we have to pull out the ETS v3.x components from the repo until we get them to where they can be installed. Bryce, you'll have to get them from somewhere else for your project -- perhaps the customer-specific repo. Let's talk tomorrow and then I can get them out of the repo and people can stop running into this problem. -- Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel