Sublime Forum

Sublime text don't running

#1

I already have written some basic code to get started with python. But now I always receive the following message when I want to run code.

/Library/Frameworks/Python.framework/Versions/3.10/bin/python3: can’t find ‘main’ module in ‘/private/var/folders/bs/5_9dgmyn04g1f_7vzxb9rvkm0000gn/T/AppTranslocation/52331A22-8D9E-4166-BB15-C8F94448F2D5/d/Sublime Text.app/Contents/MacOS/’
[Finished in 58ms with exit code 1]
[cmd: [‘python3’, ‘-u’, ‘’]]
[dir: /private/var/folders/bs/5_9dgmyn04g1f_7vzxb9rvkm0000gn/T/AppTranslocation/52331A22-8D9E-4166-BB15-C8F94448F2D5/d/Sublime Text.app/Contents/MacOS]
[path: /Library/Frameworks/Python.framework/Versions/3.10/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin]

I am thankful for any help
btw Mac user

0 Likes

#2

[cmd: [‘python3’, ‘-u’, ‘’]]

Looks like you haven’t saved the file.

0 Likes