Opened 4 hours ago

Last modified 4 hours ago

#71359 new defect

py312-tkinter for Sequoia on arm64

Reported by: daniel0076 (Wei Tsai) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: py312-tkinter

Description

Hello,

Seems like the port is not supporting Sequoia on arm64. It can be installed, but then tk will complain it can not find $DISPLAY The Port Health shows a question mark on Sequoia (arm64), and I think that indicates the support is not yet done. Anything I can help? Thanks.

Best, Wei

Change History (1)

comment:1 in reply to:  description Changed 4 hours ago by ryandesign (Ryan Carsten Schmidt)

Replying to daniel0076:

It can be installed, but then tk will complain it can not find $DISPLAY

That sounds like a problem with your X installation, not with any particular port.

Which X server have you installed? If you haven't installed one, you'll need to. You could use sudo port install xorg-server.

What do you get when you run echo $DISPLAY? If it's empty, then you haven't installed an X server or set it up properly.

The Port Health shows a question mark on Sequoia (arm64), and I think that indicates the support is not yet done.

A question mark means a build has not been attempted. We do not have a macOS Sequoia arm64 build machine yet, so builds have not been attempted yet for that OS/architecture combination for any port. That doesn't mean there's any reason to believe it wouldn't work if you installed it.

Note: See TracTickets for help on using tickets.