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