Geany not running Python -
i'm new user of python
i installed python35 windows. hello.py runs fine in terminal. when trying run same in geany path not found.
these settings in geany:
compile: c:\python35\python -m py_compile "%f"
execute: c:\python35\python ¨%f¨
what i'm doing wrong?
execute: c:\python35\python ¨%f¨
this string contains diaeresis character (¨) (u+00a8) instead of double quote (") (u+0022).
Comments
Post a Comment