Installing tkinter on FreeBSD

Stephan Houben stephanh42 at gmail.com.invalid
Tue Oct 24 08:26:50 EDT 2017


Op 2017-10-23, Thomas Jollans schreef <tjol at 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



More information about the Python-list mailing list