Package: python-matplotlib
Version: 0.99.1.2-3
Severity: normal
It seems this bug is related to python-qt4: After upgrading python-qt4 from
version 4.6-1 to version 4.7-2 (from unstable) I cannot reproduce this bug
anymore. We should maybe re-assign this bug to python-qt4 version 4.6-1.
Antoine
Package: python-matplotlib
Version: 0.99.1.2-2
Severity: normal
I have exactly the same bug on a testing system. The following program get a
Segmentation Fault at the plot line:
import matplotlib
matplotlib.use('Qt4Agg')
import matplotlib.pyplot as plt
print "Everything imported"
plt.plot([1,2])
2 matches
Mail list logo