From: G 3 <pro...@gm...> - 2017-01-16 22:14:02
|
On Jan 16, 2017, at 3:44 PM, Kevin Walzer wrote: > On 1/16/17 2:39 PM, G 3 wrote: >> After installing TCL-TK 8.6.6, I saw this error message when I tried >> to use the Tk framework in Python: >> _tkinter.TclError: no display name and no $DISPLAY environment >> variable >> >> Anyone know of a fix for this issue? >> >> --------------------------------------------------------------------- >> --------- >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, SlashDot.org! http://sdm.link/slashdot >> _______________________________________________ >> Tcl-mac mailing list >> tc...@li... >> https://lists.sourceforge.net/lists/listinfo/tcl-mac >> > Sounds like Python is looking for an X11 version of Tk, not the > native one. That does make sense. |