tags:

views:

386

answers:

2

Under the Build menu, I can see 'Execute' option, but it is greyed out.

The only option available is 'Set Includes and Arguments'. When I click that both fields are already filled out. What do I have to write there?

alt text

+1  A: 

I don't need to configure anything in geany, I just hit F5 and current module is executed.

Are you sure, that your file is recognized as python source file? Which version of geany are you using (I am using svn version, which is pretty stable, damn, it's rock solid stable ;-))? I have slightly more developed configuration for python compilation in my version, but the commands are the same and it works very well.

gruszczy
DUuuuuuuuuurrrrrrrrrr. I had to save the file first and then the options appeared. Go figure! Thanks a bunch.
Sergio Tapia
Geany rocks, by the way :-)
gruszczy
A: 

In editing mode: Press F8 to compile. Press F5 to run.

gmunkhbaatarmn