Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python turtle module missing. #2182

Open
TheRealBastioul opened this issue Jan 3, 2025 · 0 comments
Open

Python turtle module missing. #2182

TheRealBastioul opened this issue Jan 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@TheRealBastioul
Copy link

Describe the bug
When trying run a python turtle program, a ModuleNotFoundError appears.

ModuleNotFoundError: No module named 'turtle'

image

`$ pip list
Package Version


asarPy 1.0.1
asttokens 3.0.0
comm 0.2.2
Cython 3.0.11
debugpy 1.8.11
decorator 5.1.1
executing 2.1.0
ipykernel 6.29.5
ipython 8.31.0
jedi 0.19.2
jupyter_client 8.6.3
jupyter_core 5.7.2
Mako 1.3.8.dev0
Markdown 3.5.2
MarkupSafe 3.0.2
matplotlib-inline 0.1.7
meson 1.5.2
nest-asyncio 1.6.0
packaging 24.2
parso 0.8.4
pexpect 4.9.0
pip 24.3.1
platformdirs 4.3.6
prompt_toolkit 3.0.48
psutil 6.1.1
ptyprocess 0.7.0
pure_eval 0.2.3
pycairo 1.27.0
Pygments 2.18.0
PyGObject 3.50.0
python-dateutil 2.9.0.post0
PythonTurtle 0.3.2
pyzmq 26.2.0
setuptools 75.6.0.post20241226
six 1.17.0
stack-data 0.6.3
tornado 6.4.2
traitlets 5.14.3
wcwidth 0.2.13
wheel 0.45.1`

Please confirm that this problem is VSCodium-specific

  • [ X] This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.

Please confirm that the issue/resolution isn't already documented

To Reproduce

My System
Be on Linux Mint
@localhost:$ lsb_release -a
No LSB modules are available.
Distributor ID: Linuxmint
Description: Linux Mint 22
Release: 22
Codename: wilma
@localhost:$ uname -r
6.8.0-51-generic

My Version
Version: 1.96.2
Release: 24355
Commit: 29b115fb6fb418b80e93102cb177e06803e7b907
Date: 2024-12-21T00:45:47.611Z
Electron: 32.2.7
ElectronBuildId: undefined
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Linux x64 6.8.0-51-generic

Python Version

python3.12

try to "import turtle" then run the code. should immediately get error at "import turtle" line.

Expected behavior
For VSCodium to correctly import the module. (The code runs fine outside of the IDE)

@TheRealBastioul TheRealBastioul added the bug Something isn't working label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant