Changes between Initial Version and Version 1 of Ticket #64707


Ignore:
Timestamp:
Feb 21, 2022, 7:17:00 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It works fine for me on macOS 10.15, but I have an X11 server installed. Do you? If not, you can do so by installing the xorg-server port and following the instructions it prints.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64707

    • Property Keywords $DISPLAY tkinter idle removed
    • Property Summary changed from _tkinter.TclError: no display name and no $DISPLAY environment variable to py39-tkinter: _tkinter.TclError: no display name and no $DISPLAY environment variable
    • Property Port py-tkinter added; py39-tkinter removed
  • Ticket #64707 – Description

    initial v1  
    11I installed the py39-tkinter port and tried to run idle. What happened is I saw this error message in Python3.9:
    22
     3{{{
    34Traceback (most recent call last):
    45  File "/opt/local/bin/idle", line 5, in <module>
     
    910    self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
    1011_tkinter.TclError: no display name and no $DISPLAY environment variable
    11 
     12}}}
    1213
    1314My info: