Bug#556943: Segfaults with Qt4Agg backend

2010-03-01 Thread Sirinelli, Antoine
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

Bug#556943: Segfaults with Qt4Agg backend

2010-01-15 Thread Sirinelli, 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])