Discussion:
[Geany-Users] Code is not executing (Windows 10)
Rafael Knuth
2017-02-28 14:08:59 UTC
Permalink
I am using Windows 10
Geany 1.29
Python 3.6 (installed)

When executing my code, CMD displays the following message:

python is not recognized as an internal or external command, operable
program or batch file. program exited with code 9009

How do I fix this? Thanks
Lex Trotman
2017-02-28 22:56:25 UTC
Permalink
Sounds like wherever python is installed is not in your path.

Cheers
Lex
Post by Rafael Knuth
I am using Windows 10
Geany 1.29
Python 3.6 (installed)
python is not recognized as an internal or external command, operable
program or batch file. program exited with code 9009
How do I fix this? Thanks
_______________________________________________
Users mailing list
https://lists.geany.org/cgi-bin/mailman/listinfo/users
Rafael Knuth
2017-03-01 08:10:15 UTC
Permalink
Can you be more specific? I have no clue how to fix this, I am an
early beginner to programming.
Post by Lex Trotman
Sounds like wherever python is installed is not in your path.
Cheers
Lex
Post by Rafael Knuth
I am using Windows 10
Geany 1.29
Python 3.6 (installed)
python is not recognized as an internal or external command, operable
program or batch file. program exited with code 9009
How do I fix this? Thanks
_______________________________________________
Users mailing list
https://lists.geany.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
https://lists.geany.org/cgi-bin/mailman/listinfo/users
Matthew Brush
2017-03-01 13:27:59 UTC
Permalink
Post by Rafael Knuth
Can you be more specific? I have no clue how to fix this, I am an
early beginner to programming.
See here:

http://www.anthonydebarros.com/2015/08/16/setting-up-python-in-windows-10/

Until step #6 works, the default build commands in Geany won't work.

Regards,
Matthew Brush
Post by Rafael Knuth
Post by Lex Trotman
Sounds like wherever python is installed is not in your path.
Cheers
Lex
Post by Rafael Knuth
I am using Windows 10
Geany 1.29
Python 3.6 (installed)
python is not recognized as an internal or external command, operable
program or batch file. program exited with code 9009
How do I fix this? Thanks
_______________________________________________
Users mailing list
https://lists.geany.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
https://lists.geany.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
https://lists.geany.org/cgi-bin/mailman/listinfo/users
Loading...