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
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
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
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'.
>
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-
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 '
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
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
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