I was happily using Geany to write Python 3.2 programs. I upgraded to Python 3.9 and Geany and now Geany doesn't run Python! Any help appreciated!
Thanks in advance.
THE SIMPLE PYTHON TEST PROGRAM I TYPED INTO GEANY AND THEN HIT THE EXECUTE BUTTON...
import sys
print("Hello")
THE ERROR MESSAGE I GET...
"The system cannot find the path specified.
(program exited with code: 3)
Press any key to continue . . ."
PS I also tried without import sys and I get the same error message
IF I RUN PYTHON DIRECTLY (VIA CMD) IT WORKS...
Microsoft Windows [Version 10.0.19042.804]
© 2020 Microsoft Corporation. All rights reserved.
C:\Users\PRIVATE>python
Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print("hello")
hello
>>>
MY SYSTEM...
W10 Professional
Python 3.9.2
Geany 1.37.1
MY ENVIROMENT VARIABLES...
User variables
Python C:\Program Files\Python39
System variables
Path C:\Program Files\Python39\Scripts\; C:\Program Files\Python39\
Python39 C:\Program Files\Python39
Oh for a world where they don't upgrade working programs!
Thanks in advance.
THE SIMPLE PYTHON TEST PROGRAM I TYPED INTO GEANY AND THEN HIT THE EXECUTE BUTTON...
import sys
print("Hello")
THE ERROR MESSAGE I GET...
"The system cannot find the path specified.
(program exited with code: 3)
Press any key to continue . . ."
PS I also tried without import sys and I get the same error message
IF I RUN PYTHON DIRECTLY (VIA CMD) IT WORKS...
Microsoft Windows [Version 10.0.19042.804]
© 2020 Microsoft Corporation. All rights reserved.
C:\Users\PRIVATE>python
Python 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print("hello")
hello
>>>
MY SYSTEM...
W10 Professional
Python 3.9.2
Geany 1.37.1
MY ENVIROMENT VARIABLES...
User variables
Python C:\Program Files\Python39
System variables
Path C:\Program Files\Python39\Scripts\; C:\Program Files\Python39\
Python39 C:\Program Files\Python39
Oh for a world where they don't upgrade working programs!
