Re: [Matplotlib-users] Crashing with a St8bad_cast

2007-07-30 Thread Steve Lianoglou
>> Trying to import pylab from the shell gives me a Bus Error. > [...] >> Anybody have any ideas on what to do from here? > > Follow the instructions in the SEGFAULTS file, which begins as > follows: > > | First thing to try is simply rm -rf the site-packages/matplotlib and > | build subdirs and

Re: [Matplotlib-users] Crashing with a St8bad_cast

2007-07-27 Thread Jouni K . Seppänen
Steve Lianoglou <[EMAIL PROTECTED]> writes: > Trying to import pylab from the shell gives me a Bus Error. [...] > Anybody have any ideas on what to do from here? Follow the instructions in the SEGFAULTS file, which begins as follows: | First thing to try is simply rm -rf the site-packages/matpl

[Matplotlib-users] Crashing with a St8bad_cast

2007-07-26 Thread Steve Lianoglou
Hi all, I just upgraded to the latest svn for matlotlib and she's blowing up on me with this error: terminate called after throwing an instance of 'std::bad_cast' what(): St8bad_cast Abort trap It happens when I fire up ipython w/ -pylab ... (and some other non specified code in one of m