From: Bruce S. <Bru...@nc...> - 2011-06-17 18:11:16
|
I don't understand "If you just try to install visual, it will try to install its own numpy". On Linux, visual doesn't install numpy, you have to install numpy as a dependency before building visual. What have I misunderstood? Bruce Sherwood On Fri, Jun 17, 2011 at 10:32 AM, James Mueller <mu...@pi...> wrote: > A few years ago, I built the visual module on top of the enthought distribution I had downloaded. I did this so students in the class I was teaching could just download one distribution plus one patch from me in order to have everything we needed. I took a couple days to get it right, but it wasn't that hard. The thing is you need to make sure you have a visual that works with the numpy, scipy,etc that enthought has provided. The only way I know how to do it is to build it yourself, or find someone who has built it using the same version of enthought. If you just try to install visual, it will try to install its own numpy, which will probably be incompatible with enthoughts. > > -Jim |