hi.. I'm a new user of geany. I seem to be having a problem running python scripts I use kubuntu and I have python 2.5 AND python 3.0 installed. However when I save the file and hit F5 to run it I get a message saying "09:57:32: Could not find terminal "xterm" (check path for Terminal tool setting in Preferences)"
what's wrong?
Mahela Munasinghe wrote:
hi.. I'm a new user of geany. I seem to be having a problem running python scripts I use kubuntu and I have python 2.5 AND python 3.0 installed. However when I save the file and hit F5 to run it I get a message saying "09:57:32: Could not find terminal "xterm" (check path for Terminal tool setting in Preferences)"
what's wrong?
You probably didn't have xterm installed. You can either install it with something like
sudo apt-get install xterm
or change the setting in Preferences|Tools|Terminal to whatever X terminal emulator you've got in kubuntu. One such is called konsole. You can see if you got it by
which konsole
Regards, ST --
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
LUK ShunTim wrote:
Mahela Munasinghe wrote:
hi.. I'm a new user of geany. I seem to be having a problem running python scripts I use kubuntu and I have python 2.5 AND python 3.0 installed. However when I save the file and hit F5 to run it I get a message saying "09:57:32: Could not find terminal "xterm" (check path for Terminal tool setting in Preferences)"
what's wrong?
You probably didn't have xterm installed. You can either install it with something like
sudo apt-get install xterm
or change the setting in Preferences|Tools|Terminal to whatever X terminal emulator you've got in kubuntu. One such is called konsole. You can see if you got it by
which konsole
Regards, ST --
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
I tried changing it to 'konsole'. I don't get the previous message anymore but I now get this error in terminal " Warning: Could not start program './geany_run_script.sh' with arguments './geany_run_script.sh'.
"
Am Donnerstag, den 26.02.2009, 12:26 +0530 schrieb Mahela Munasinghe:
LUK ShunTim wrote:
Mahela Munasinghe wrote:
hi.. I'm a new user of geany. I seem to be having a problem running python scripts I use kubuntu and I have python 2.5 AND python 3.0 installed. However when I save the file and hit F5 to run it I get a message saying "09:57:32: Could not find terminal "xterm" (check path for Terminal tool setting in Preferences)"
what's wrong?
You probably didn't have xterm installed. You can either install it with something like
sudo apt-get install xterm
or change the setting in Preferences|Tools|Terminal to whatever X terminal emulator you've got in kubuntu. One such is called konsole. You can see if you got it by
which konsole
Regards, ST --
I tried changing it to 'konsole'. I don't get the previous message anymore but I now get this error in terminal " Warning: Could not start program './geany_run_script.sh' with arguments './geany_run_script.sh'.
"
Does the konsole you are using support arguments -x and -e for execution?
Please let's concentrate to one thread then and answer to my mail on the other thread.
Regards, Dominic
Dominic Hopf wrote:
Am Donnerstag, den 26.02.2009, 12:26 +0530 schrieb Mahela Munasinghe:
LUK ShunTim wrote:
Mahela Munasinghe wrote:
hi.. I'm a new user of geany. I seem to be having a problem running python scripts I use kubuntu and I have python 2.5 AND python 3.0 installed. However when I save the file and hit F5 to run it I get a message saying "09:57:32: Could not find terminal "xterm" (check path for Terminal tool setting in Preferences)"
what's wrong?
You probably didn't have xterm installed. You can either install it with something like
sudo apt-get install xterm
or change the setting in Preferences|Tools|Terminal to whatever X terminal emulator you've got in kubuntu. One such is called konsole. You can see if you got it by
which konsole
Regards, ST --
I tried changing it to 'konsole'. I don't get the previous message anymore but I now get this error in terminal " Warning: Could not start program './geany_run_script.sh' with arguments './geany_run_script.sh'.
"
Does the konsole you are using support arguments -x and -e for execution?
Please let's concentrate to one thread then and answer to my mail on the other thread.
Regards, Dominic
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
I don't really know what this means. what do you mean by arguments -x and -e?