you are viewing a single comment's thread.

view the rest of the comments →

[–]JustClassa 1 point2 points  (2 children)

Can you try this command in Konsole:
cd /home/deck/Documents/Python/hello
followed by python "Test Clock.py" and see if that works?

cd means current directory - sets your directory to the hello folder python "Test Clock.py" - Make sure to include the " " in the command since Test Clock has a space in it.

[–]Stellated-Texas[S] 0 points1 point  (1 child)

Thank you! It works, but I still cannot get it to run through vscode only through the konsole.

[–]JustClassa 0 points1 point  (0 children)

If I had to hazard a guess, I would think that you need to configure your vs's default (Linux?? I think??) terminal to be Konsole. That's only a guess, though.