I’m having problem with curses module /u/_K1lla_ Python Education

On windows python 3.13 curses module is already installed right? (the pip install command doesn’t work anyways)

When i try to import curses i get the error that there is no module called _curses

File “C:Users[user]Downloads2.py”, line 1, in <module>

import curses

File “C:Users[user]AppDataLocalProgramsPythonPython313Libcurses__init__.py”, line 13, in <module>

from _curses import *

ModuleNotFoundError: No module named ‘_curses’

submitted by /u/_K1lla_
[link] [comments]

​r/learnpython On windows python 3.13 curses module is already installed right? (the pip install command doesn’t work anyways) When i try to import curses i get the error that there is no module called _curses File “C:Users[user]Downloads2.py”, line 1, in <module> import curses File “C:Users[user]AppDataLocalProgramsPythonPython313Libcurses__init__.py”, line 13, in <module> from _curses import * ModuleNotFoundError: No module named ‘_curses’ submitted by /u/_K1lla_ [link] [comments] 

On windows python 3.13 curses module is already installed right? (the pip install command doesn’t work anyways)

When i try to import curses i get the error that there is no module called _curses

File “C:Users[user]Downloads2.py”, line 1, in <module>

import curses

File “C:Users[user]AppDataLocalProgramsPythonPython313Libcurses__init__.py”, line 13, in <module>

from _curses import *

ModuleNotFoundError: No module named ‘_curses’

submitted by /u/_K1lla_
[link] [comments] 

Leave a Reply

Your email address will not be published. Required fields are marked *