FS#32885 - Matplotlib GTKAgg backend not working

Attached to Project: Community Packages
Opened by Zhehao Mao (zhehao) - Tuesday, 27 November 2012, 17:49 GMT
Last edited by Stéphane Gaudreault (stephane) - Wednesday, 28 November 2012, 15:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Stéphane Gaudreault (stephane)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I've been using the GTKAgg backend for matplotlib (python2), and it's recently stopped importing correctly. I get the following error.

/usr/lib/python2.7/site-packages/matplotlib/backends/backend_gdk.py in <module>()
27 from matplotlib.mathtext import MathTextParser
28 from matplotlib.transforms import Affine2D
---> 29 from matplotlib.backends._backend_gdk import pixbuf_get_pixels_array
30
31 backend_version = "%d.%d.%d" % gtk.pygtk_version

ImportError: No module named _backend_gdk

I checked the file-list and it really isn't in there. Was a file omitted from the package by mistake? Or is there some other issue?
This task depends upon

Closed by  Stéphane Gaudreault (stephane)
Wednesday, 28 November 2012, 15:17 GMT
Reason for closing:  Duplicate
Additional comments about closing:  Please follow  FS#32646 
Comment by Stéphane Gaudreault (stephane) - Wednesday, 28 November 2012, 11:17 GMT
The module failed to build and was disabled. I will retry later.

Loading...