I've been following a tutorial Learn Code by Gaming on youtube. It's been great, on tutorial 3 I noticed the author has tidied his scrips into folders. I've tried to emulate this but I'm now getting this error and nothing runs.
(electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron.
Set { compress: true } to opt-in to the new behavior.
Crash reports will be uploaded gzipped, which most crash reporting servers support.
Everything was working correctly when I was running it out of the main Python39
folder.
I've tried to tidy things up and it now looks like the below with the two images I need and the .py
file I've been running in each.
I've seen people lots of time run their code directly in the terminal by just typing the name of a .py
file that's in the folder their terminal is currently pointing at.
Googling the error is oddly not bringing anything useful (to me) up. All I wanted to do was organise my scripts into folders and still be able to run the scrips, I'm guessing I'm missing something fairly basic!
I'm not sure if it's possible but I'd love to be able to run any of the .py files in the Python39 folder directly from the terminal rather than having to change directory every time.