Hello, I installed the program but I'm unable to bet any output to the Compiler. If I run it via Fn + F8 I get the output but not in the window within the program itself. The error is not in the code since it's just print("Hello World"). How can i fix this?
What language are you using? It looks like Python, which is interpreted, not compiled, so there is no output to go in the compiler window.
Cheers Lex
On Mon, 7 Mar 2022 at 06:53, Paul M. herdereulchen0.1@gmail.com wrote:
Hello, I installed the program but I'm unable to bet any output to the Compiler. If I run it via Fn + F8 I get the output but not in the window within the program itself. The error is not in the code since it's just print("Hello World"). How can i fix this? _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
I use python. So there is no way of getting the output directly into the program?
On Mar 6, 2022 at 23:53, Lex Trotman elextr@gmail.com wrote:
What language are you using? It looks like Python, which is interpreted, not compiled, so there is no output to go in the compiler window.
Cheers Lex
On Mon, 7 Mar 2022 at 06:53, Paul M. herdereulchen0.1@gmail.com wrote:
Hello, I installed the program but I'm unable to bet any output to the Compiler. If I run it via Fn + F8 I get the output but not in the window within the program itself. The error is not in the code since it's just print("Hello World"). How can i fix this? _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
_______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
On Mon, 7 Mar 2022 at 08:59, Paul M. herdereulchen0.1@gmail.com wrote:
I use python. So there is no way of getting the output directly into the program?
There is an option to run in the built in terminal window (not compiler window) `Edit->Preferences->Terminal->Execute programs in the VTE`.
Cheers Lex
On Mar 6, 2022 at 23:53, Lex Trotman elextr@gmail.com wrote:
What language are you using? It looks like Python, which is
interpreted, not compiled, so there is no output to go in the compiler
window.
Cheers
Lex
On Mon, 7 Mar 2022 at 06:53, Paul M. herdereulchen0.1@gmail.com wrote:
Hello,
I installed the program but I'm unable to bet any output to the Compiler. If I run it via Fn + F8 I get the output but not in the window within the program itself. The error is not in the code since it's just print("Hello World").
How can i fix this?
Users mailing list
Users@lists.geany.org
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Thank you. I'll implement that.
On Mar 7, 2022 at 00:13, Lex Trotman elextr@gmail.com wrote:
On Mon, 7 Mar 2022 at 08:59, Paul M. herdereulchen0.1@gmail.com wrote:
I use python. So there is no way of getting the output directly into the program?
There is an option to run in the built in terminal window (not compiler window) `Edit->Preferences->Terminal->Execute programs in the VTE`.
Cheers Lex
On Mar 6, 2022 at 23:53, Lex Trotman elextr@gmail.com wrote:
What language are you using? It looks like Python, which is
interpreted, not compiled, so there is no output to go in the compiler
window.
Cheers
Lex
On Mon, 7 Mar 2022 at 06:53, Paul M. herdereulchen0.1@gmail.com wrote:
Hello,
I installed the program but I'm unable to bet any output to the Compiler. If I run it via Fn + F8 I get the output but not in the window within the program itself. The error is not in the code since it's just print("Hello World").
How can i fix this?
Users mailing list
Users@lists.geany.org
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
_______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users