Op 2017-10-23, Thomas Jollans schreef <t...@tjol.eu>:
> On 24/10/17 00:16, Dick Holmes wrote:
>> I am trying to use tkinter on a FreeBSD system but the installed 
>> versions of Python (2.7 and 3.6) don't have thinter configured. I tried 
>> to download the source (no binaries available for FreeBSD).

What version of FreeBSD is that? 
On 11.1 I get:

$ pkg search tkinter
py27-tkinter-2.7.14_6          Python bindings to the Tk widget set (Python 2.7)
py34-tkinter-3.4.7_6           Python bindings to the Tk widget set (Python 3.4)
py35-tkinter-3.5.4_6           Python bindings to the Tk widget set (Python 3.5)
py36-tkinter-3.6.2_6           Python bindings to the Tk widget set (Python 3.6)
pypy-tkinter-5.8.0             PyPy bindings to the Tk widget set

and for sure installing py36-tkinter-3.6.2_6 works fine.

Stephan
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to