meld (gtk + python) developed display glitches on High Sierra

2023-03-07 Thread Riccardo Mottola via macports-users
Hi! I was using happily meld on High Sierra, it is a quite powerful recursive diff tool I use - unfortunately written in python. It used to work fine on MacOS 10.13 In one of the relatively recent updates (about a week) it developed glitches in the tree view display of all files, where files

Re: How get IDLE.app for python311 to work?

2023-03-07 Thread Murray Eisenberg
More: (4) In Terminal, "which idle" shows /opt/local/bin/idle. If I run idle, I get the same "IDLE can't import TKinter" error as before. (5) I now install py311-tkinter and execute "idle" again. This time I get error: Traceback (most recent call last): File "/opt/local/bin/idle", line 5, in

How get IDLE.app for python311 to work?

2023-03-07 Thread Murray Eisenberg
(1) If from /Applications/MacPorts/Python 3.11 I open IDLE.app, then nothing happens. (2)If first I run XQuartz.app and from its Appliantions menu selet Terminal, thereby getting a new Terminal-like window, and if I now open /Applications/MacPorts/Python 3.11 I open IDLE.app, still nothing ha