Sublime Forum

Having a problem with trying to run a file, tried looking at some past answers but still not sure what to do

#1

python: can’t open file ‘C:\Program Files (x86)\Sublime Text 3\Intro.py’: [Errno 2] No such file or directory
I’m trying to run a simple code but this just keeps popping up, I already have python installed, already set the build to automatic and changed it to python back and forward and saved the file as py but this thing just keeps haunting me, any idea what I need to do?

0 Likes

#2

Is that actually where the file exists on your system. If it is, that’s a bad place to put it.

1 Like

#3

I’m going to try and completely reinstall the whole thing and change the place then, it just decided to install there

0 Likes

#4

It’s not the install location that’s the issue, but where you’re saving/loading your file.

1 Like

#5

Ah okay thanks, going to change the place now then.

0 Likes

#6

Thanks everyone for the help, fixed the problem.

0 Likes