tht13 / Python-vscode

A Python language pack for Visual Studio Code
MIT License
17 stars 11 forks source link

This extension is deprecated as it is no longer being maintained. #93

Open Mananpatel2084 opened 1 year ago

Mananpatel2084 commented 1 year ago

some base code are run but i try turtle is not working, it show that type of problems File "c:\Users\Manan\2.py", line 1, in import turtle File "c:\Users\Manan\turtle.py", line 2, in t=turtle.Turtle() AttributeError: partially initialized module 'turtle' has no attribute 'Turtle' (most likely due to a circular import). Did you mean: 'turtle'?

GitMensch commented 8 months ago

"not maintained" and "deprecated" are different things. As you've seen an error - what about creating a pull-request to fix that?