Python Forum
"System cannot find path specified"(Geany)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"System cannot find path specified"(Geany)
#2
Your Path look okay as python works from cmd,also look at Python 3.9/3.8 and pip installation under Windows
Go into Build ➡ Set Build Commands.
Then last Execute Commands
python "%f"
# Or not close window
python -i "%f"
Alternative for a better REPL install ptpython
Then in Geany:
ptpython -i "%f"
So if i push Execute button:
s = 'hello'
print(s) 
Then can continue to test and get better autocompletion and color.
[Image: wm8XYQ.png]

As a alternative look at on of the best Python editor out there VS Code.
VS Code from start
Reply


Messages In This Thread
RE: "System cannot find path specified"(Geany) - by snippsat - Mar-18-2021, 09:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't Find Path hatflyer 8 1,067 Oct-30-2023, 06:17 AM
Last Post: Gribouillis
  FileNotFoundError: [WinError 2] The system cannot find the file specified NewBiee 2 1,595 Jul-31-2023, 11:42 AM
Last Post: deanhystad
  WebDriverException: Message: 'PATH TO CHROME DRIVER' executable needs to be in PATH Led_Zeppelin 1 2,225 Sep-09-2021, 01:25 PM
Last Post: Yoriz
  Difference between os.system("clear") and os.system("cls") chmsrohit 7 16,666 Jan-11-2021, 06:30 PM
Last Post: ykumar34
  How could i change the python interpreter path of os.system() 12019202386 2 2,594 Sep-02-2020, 06:58 AM
Last Post: DeaD_EyE
  len() function, numbers doesn't work with Geany Editor Penguin827 3 3,016 May-08-2020, 04:08 AM
Last Post: buran
Question Difference between Python's os.system and Perl's system command Agile741 13 6,873 Dec-02-2019, 04:41 PM
Last Post: Agile741
  [split] FileNotFoundError...System cannot find the path specified powerrocker 1 2,063 Oct-03-2019, 09:09 AM
Last Post: buran
  FileNotFoundError...System cannot find the path specified alex9745 28 21,574 Jul-23-2019, 05:14 AM
Last Post: alex9745
  Geany Configuration twallace51 0 4,521 Apr-21-2019, 02:20 PM
Last Post: twallace51

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020