Re: [Matplotlib-users] matplotlib hanging on Mac OS 10.7 with Python 2.7.2 EPD 7.2-2 (64-bit)

2012-03-04 Thread Friedrich Romstedt
Am 01.03.2012 um 17:59 schrieb Jean-Baptiste Marquette marqu...@iap.fr: Dear Python gurus, I have written the attached script to plot data from SAMP interaction with TOPCAT (http://www.star.bris.ac.uk/~mbt/topcat/). I select a row on a given table (VOtable format) in TOPCAT, got the

Re: [Matplotlib-users] matplotlib hanging on Mac OS 10.7 with Python 2.7.2 EPD 7.2-2 (64-bit)

2012-03-02 Thread Eric Firing
On 03/02/2012 01:16 AM, Jean-Baptiste Marquette wrote: Hi Ben, You have several possible sources of problems here. I would first make sure that basic matplotlib scripts work using the Qt4Agg backend on your computer. Test out some regular scripts from the examples section of the

Re: [Matplotlib-users] matplotlib hanging on Mac OS 10.7 with Python 2.7.2 EPD 7.2-2 (64-bit)

2012-03-02 Thread Jean-Baptiste Marquette
Aloha Eric, This appears to be very much a dueling event loop problem. My guess is that the solution will have to be something that keeps the event loops well separated, probably in separate processes. All interaction with your Client event loop would be in one process, and the callback

Re: [Matplotlib-users] matplotlib hanging on Mac OS 10.7 with Python 2.7.2 EPD 7.2-2 (64-bit)

2012-03-01 Thread Benjamin Root
On Thu, Mar 1, 2012 at 10:59 AM, Jean-Baptiste Marquette marqu...@iap.frwrote: Dear Python gurus, I have written the attached script to plot data from SAMP interaction with TOPCAT (http://www.star.bris.ac.uk/~mbt/topcat/). I select a row on a given table (VOtable format) in TOPCAT, got the