Bug#750630: Bug#751385: newer python interfers with matplotlib

2014-06-13 Thread Michael Strobel
the workaround maks suggested works well, but you have to adjust all your scripts. If you want a global solution you can adjust your matplotlibrc (/etc/matplotlibrc or ~/.config/matplotlib/matplotlibrc) with backend : GTK or other backends like GTK3Cairo (which i'm using now). A sample

Bug#751385: newer python interfers with matplotlib

2014-06-12 Thread maximilian attems
Package: python3 Version: 3.4.1-1 Severity: normal cat /tmp/test.py import matplotlib.pyplot as plt python3 /tmp/test.py Traceback (most recent call last): File /tmp/test.py, line 1, in module import matplotlib.pyplot as plt File /usr/lib/python3/dist-packages/matplotlib/pyplot.py,

Bug#751385: newer python interfers with matplotlib

2014-06-12 Thread Matthias Klose
why is this filed for python3? http://packages.qa.debian.org/m/matplotlib.html has the ubuntu specific changes listed. Am 12.06.2014 12:36, schrieb maximilian attems: Package: python3 Version: 3.4.1-1 Severity: normal cat /tmp/test.py import matplotlib.pyplot as plt python3

Bug#751385: newer python interfers with matplotlib

2014-06-12 Thread maximilian attems
resassign 751385 python-mathplotlib merge 751385 750630 stop On Thu, Jun 12, 2014 at 12:52:24PM +0200, Matthias Klose wrote: why is this filed for python3? right duplicate too, sorry, I'm lost in userland. (; http://packages.qa.debian.org/m/matplotlib.html has the ubuntu specific changes

Bug#750630: Bug#751385: newer python interfers with matplotlib

2014-06-12 Thread maximilian attems
Having to plot thingies, this is my workaround for the moment: +import matplotlib +matplotlib.use('GTK') import matplotlib.pyplot as plt -- maks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact