On 11 Jan 2010, at 10:44, Claus wrote:
The simplest "program" is two lines long -- the problems are related to matplotlib only: import matplotlib.pyplot as plt plt.figure()
From the sample it looks like it is trying to open a Cocoa window and stalls there.
I assume that this is a specific OS X port given that it uses Cocoa so it might be possible to get better info by asking the maintainers of this library about what could cause the problem.