On Sun, 26 Feb 2017 09:17:00 +0100, Peter Otten wrote:
> Wildman via Python-list wrote:
>
>> Python 3.4.2
>> Tkinter 8.6
>> Linux
>>
>> I want to set the font in a GUI program I am working on.
>> Here is the pertinent code I am using...
>>
>> from tkinter import font
>>
>> myfont = font.Font(f
Wildman via Python-list wrote:
> Python 3.4.2
> Tkinter 8.6
> Linux
>
> I want to set the font in a GUI program I am working on.
> Here is the pertinent code I am using...
>
> from tkinter import font
>
> myfont = font.Font(family='Helvetica', size=10, weight='bold')
>
> Here is the error I ge