On Wed, 27 May 2009 09:55:23 +0000 (UTC), Dominique wrote:
Hello,
First, congratulations to the developers for this really nice software, although it is not enough known... Unfortunately !
I work with Windows XP SP3. I write python programs.
- When executing a python program, I'd like to redirect the output to
a Geany window rather than to cmd.exe, which is really ugly and destroys the pleasure to work with Geany... Yes, yes, that's true...
This is possible on non-Windows systems where we have an embedded terminal emulation in Geany. Within this terminal you can run your files so no additional window is opened.
Unfortunately, this isn't available on Windows (yet [1]).
As Dominic said, use the Compile command (F8) this would put the output into the Compiler messages window. However, especially when the Python script expects anything on stdin, this will fail. But for basic testing it could work. Just try it.
[1] http://bugzilla.gnome.org/show_bug.cgi?id=369310
Regards, Enrico