Sublime Forum

Python Build Problem

#1

When I choose Python as the build system, it can’t load the module.
dsf

However, python -u “C:\Users\10768\Desktop\recenter.py” works well in windows powershell.
sdf

I can’t figure out the reason. Please help me.

0 Likes

#2

The default build system will run py on Windows. Perhaps that links to a different python installation on your system?

1 Like

#3

Ohh!!! Thank you!!!

0 Likes

#4

Sorry, I still have a question. How to make the py links to the python installation I want?

0 Likes

#5

Python has documentation on it on this page: https://docs.python.org/3/using/windows.html

0 Likes

#6

Thanks!!!

0 Likes