Cannot run python in Geany : Zorin Os Core

I cannot run python program in Geany on ZorinOSCore 16.
The error said
Cannot execute build command "xterm -e "/bin/sh /tmp/geany_run_script_72R3S1.sh"":No such file or director. Check the Terminal setting in Preferences
Please help.
Thank in advance
Attapon

Which client are using, for idle run

sudo apt install idle

Running python programs directly is not possible in Linux, like it is in windows😉

The terminal output may have given you a helpful clue on this.
In your terminal settings, change (xterm -e "/bin/bash c%") to (gnome-terminal -e "/bin/bash" c%) for Zorin OS Core and change (xterm -e "/bin/bash c%") to (xfce4-terminal -e "/bin/bash" c%) for Zorin OS Lite.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.