bug#20889: Tkinter moved to separate output

2015-12-02 Thread Federico Beffa
On Tue, Dec 1, 2015 at 11:00 PM, Ludovic Courtès wrote: > I gather this addresses http://bugs.gnu.org/20888, right? Well, it partially solves it: Now there is a working backend suitable for interactive plotting which is enabled by default. However, the 'GTK3Agg' backend is still there and still n

bug#20889: Tkinter moved to separate output

2015-12-01 Thread Ludovic Courtès
Federico Beffa skribis: > The attached patch fixes the problem and I can now plot with TkAgg :-) > > Thanks for making Tkinter available! > Fede > > From b40cf5522bcc15166ca07dfbae50167203d29e2d Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Tue, 1 Dec 2015 17:20:59 +0100 > Subject: [PA

bug#20889: Tkinter moved to separate output

2015-12-01 Thread Federico Beffa
Federico Beffa writes: > On Sun, Nov 29, 2015 at 11:09 PM, Ludovic Courtès wrote: >> Federico Beffa skribis: > Looking into the failed build directory, it seems that PKG_CONFIG_PATH > is set correctly. Still, it doesn't get the correct flags. The attached patch fixes the problem and I can now

bug#20889: Tkinter moved to separate output

2015-11-30 Thread Federico Beffa
On Sun, Nov 29, 2015 at 11:09 PM, Ludovic Courtès wrote: > Federico Beffa skribis: > >> On Mon, Nov 16, 2015 at 1:57 PM, Ludovic Courtès wrote: >>> Federico Beffa skribis: Yes, given that the back-end currently used by matploblib doesn't work, I would change that by using 'Tkinter'. >

bug#20889: Tkinter moved to separate output

2015-11-29 Thread Ludovic Courtès
Federico Beffa skribis: > On Mon, Nov 16, 2015 at 1:57 PM, Ludovic Courtès wrote: >> Federico Beffa skribis: >>> Yes, given that the back-end currently used by matploblib doesn't >>> work, I would change that by using 'Tkinter'. >>> >>> Since you are at it, I would also change the default back-

bug#20889: Tkinter moved to separate output

2015-11-16 Thread Federico Beffa
On Mon, Nov 16, 2015 at 1:57 PM, Ludovic Courtès wrote: > Federico Beffa skribis: >> Yes, given that the back-end currently used by matploblib doesn't >> work, I would change that by using 'Tkinter'. >> >> Since you are at it, I would also change the default back-end by >> changing 'GTK3Agg' to '

bug#20889: Tkinter moved to separate output

2015-11-16 Thread Ludovic Courtès
Federico Beffa skribis: > On Mon, Nov 16, 2015 at 9:42 AM, Ludovic Courtès wrote: >> In ‘tk-update’ the ‘python’ packages now have a separate ‘tk’ output for >> Tkinter (adding ~50 MiB to the closure of Python.) I’ve tested it along >> these lines, for 2.x and 3.x: >> >> guix environment --ad

bug#20889: Tkinter moved to separate output

2015-11-16 Thread Ludovic Courtès
In ‘tk-update’ the ‘python’ packages now have a separate ‘tk’ output for Tkinter (adding ~50 MiB to the closure of Python.) I’ve tested it along these lines, for 2.x and 3.x: guix environment --ad-hoc python python:tk --pure -- python > import Tkinter > root = Tkinter.Tk() One thing I ha

bug#20889: Tkinter moved to separate output

2015-11-16 Thread Federico Beffa
On Mon, Nov 16, 2015 at 9:42 AM, Ludovic Courtès wrote: > In ‘tk-update’ the ‘python’ packages now have a separate ‘tk’ output for > Tkinter (adding ~50 MiB to the closure of Python.) I’ve tested it along > these lines, for 2.x and 3.x: > > guix environment --ad-hoc python python:tk --pure -- p