I just wanted to ask that does Vs code run its own python turtle or uses external python turtle which is installed with original python from python.org
Asked
Active
Viewed 65 times
0
-
1Note that all versions of Python 2 have been [officially deprecated](https://www.python.org/doc/sunset-python-2/) as of January 1st, 2020 and will no longer receive support or security updates. It's highly recommended that you migrate to Python 3. – Brian61354270 Apr 05 '21 at 03:40
-
You can check this yourself by [peaking at the modules path](https://stackoverflow.com/questions/247770/how-to-retrieve-a-modules-path). – Brian61354270 Apr 05 '21 at 03:43
-
@Brian i already have python installed but due to some error in tk.py i cannot use python anymore so instead i am using vs code – Noobprogrammer Apr 05 '21 at 03:56
-
@Noobprogrammer -What is the code you are using? What is the error displayed by VS Code? – Jill Cheng Apr 05 '21 at 08:46
-
VSC has no python of its own. not even the MS-Python extension, it uses the installed Python versions on your host machine – rioV8 Apr 05 '21 at 09:48
-
@Jill Cheng There is no error as the whole command is stuck and in VS code , code is working as it is intended but as it connects to my python turtle and all python files are corrupted so its gets unresponsive – Noobprogrammer Apr 23 '21 at 06:49
-
@rioV8 I know that but i am just trying my luck everywhere :) – Noobprogrammer Apr 23 '21 at 06:51
-
@Noobprogrammer -VS Code as an editor, when using the python module in it, we need to install it manually. The python module is stored in "\Lib\site-packages\" of the currently used python environment. – Jill Cheng Apr 23 '21 at 07:06
-
what do you mean with: `all python files are corrupted` – rioV8 Apr 23 '21 at 10:07
-
@rioV8 i just deleted a line from Tk.py folder as it was creating a error in my program but after deleting it, no command , option and even minimize , cut etc are not working for any program – Noobprogrammer May 02 '21 at 07:32
-
@JillCheng I already tried but nothing happened – Noobprogrammer May 02 '21 at 07:32
-
1So when YOU write a program and it does not work the reason is that the modules you use are wrong? Have you looked at your nick name – rioV8 May 02 '21 at 10:52
-
@rioV8 its the first thing I do when I do when i open this website – Noobprogrammer May 10 '21 at 18:38