|
From: Benjamin R. <ben...@ou...> - 2010-11-22 16:17:45
|
On Thu, Nov 18, 2010 at 2:30 AM, Eric Emsellem <eem...@es...> wrote: > Ok problem(s) solved, thanks a lot for the efficient help (this also taught > me how to go through the code more thoroughly) > > * for the record: I had a pylab.py in the site-packages directory, probably > a left-over from some other installation, which was interfering with the > pylab.py which should be the one under matplotlib/. I just removed it now > and it works well. > > * and you were right, the funny "try this" was a left over of many tests I > had done to track down the problem (mea culpa on that one) > > thanks again, all works beautifully (and consistently) now. > > cheers > Eric > Glad to be of help. Most of the time, odd behaviors like this tend to be the result of conflicting installations. Digging through them tends to be difficult, but a very educating experience. Ben Root |