From: Mark H. <ma...@mi...> - 2007-01-31 23:05:38
|
Version information: --------------------------- Vpython visual-4.beta14 In [2]: visual.__version__ Out[2]: '1.0.1' Python 2.4.4, Fedora Core 6 updated. python-matplotlib-0.87.7-3.fc6 Description: A segfault is reliably produced when running vpython along with pylab / matplotlib functions: cut------------------------------------------ from visual import * from pylab import * ball = sphere( pos=(0,0,0), color=color.red) x=arrange(0,10,0.1) y=sin(2*pi*x) plot(x,y) cut ------------------------------------------ The segfault actually triggers on the plot call, but removing _either_ the visual sphere call _or_ the pylab plot call eliminates the segfault, with the either the plot or the ball rendering correctly. Ive filed a bug w/ vpython. Any ideas? Regards, Mark |