I'm not a great coder, actually I'm just trying to learn, but I can't get Geany to rewrite Python on my system (Windows 7) when I try to execute a program. When I click Run, it opens a command prompt with the message:
'python' is not recognized as an internal or external command, operating program, or batch file
How can i fix this?
Add the Python executable to PATH. For example, I have Python installed at:
C:\Program Files\Python 3.2
So, click Win+ Pause/Breakand go to "Advanced System Settings":
" " , PYTHONDIR Python:
PYTHONDIR
, PATH. , %PYTHONDIR%; ;%PYTHONDIR . .
PATH
%PYTHONDIR%
;%PYTHONDIR
. PATH "". ;C:\Python27 . .
;C:\Python27
: http://pythoncentral.org/how-to-install-python-2-7-on-windows-7-python-is-not-recognized-as-an-internal-or-external-command/
, , , , , . script "geany". , geany, geany. script , .
. python PATH, cmd. . , , .py . , .