Re: [Matplotlib-users] embedded python and matplotlib

2006-07-12 Thread Lane Brooks
I found that using any of the non-GTK backends--like QTAgg or WXAgg--caused show() to block and at stopped the thread issues. I am not sure the implications of this, but it works for now. So I am content at least for the moment. Thanks, Lane John Pye wrote: > Hi Lane, > > I don't have any a

Re: [Matplotlib-users] embedded python and matplotlib

2006-07-12 Thread John Pye
Hi Lane, I don't have any answers for you here, but I do wonder if you might gains some insight on this by looking at the way IPython handles its '-pylab' and '-gthread' etc flags? Cheers JP Lane Brooks wrote: >So my question is: what is the correct way to setup python and/or >matplotlib when

[Matplotlib-users] embedded python and matplotlib

2006-07-12 Thread Lane Brooks
I am a newbie to python, numpy, and matplotlib, and I like what I have seen so far. I have been wishing for a long time there was an open alternative to matlab, and when I heard about numpy and matplotlib, I tried them out immediately. Anyway, I am running python embedded in a C++ WX app. I j