Latest version of Geany V1.29 on Raspian 4.14.72
with Python 3.5.3-1
I can not get "Hello World" to run anymore.
Program:
print ("Hello World")
Build cmd:
python3 -m py_compile "%f"
Execute cmd:
python3 "%d/%f"
Python Version:
sudo apt install python3
-> python3 is already the newest version (3.5.3-1).
When executing python program "Hello World"
it creates a cmd window:
see attachment

Any suggestions?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1965