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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -