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

No module named '_curses' #9

Closed
RimAzer opened this issue Apr 2, 2023 · 1 comment
Closed

No module named '_curses' #9

RimAzer opened this issue Apr 2, 2023 · 1 comment

Comments

@RimAzer
Copy link

RimAzer commented Apr 2, 2023

سلامتوی ورژن 1.3 بدون مشکل کار میکنه اما توی ورژن 1.4 خطا زیر رو میدهد
PS C:\Users\RAR\Desktop\cf-ip-scanner-py-1.4> py .\start.py
Traceback (most recent call last):
File "C:\Users\RAR\Desktop\cf-ip-scanner-py-1.4\start.py", line 14, in
import curses
File "C:\Users\RAR\AppData\Local\Programs\Python\Python310\lib\curses_init_.py", line 13, in
from _curses import *
ModuleNotFoundError: No module named '_curses'

@RimAzer
Copy link
Author

RimAzer commented Apr 2, 2023

دوستانی که مشکل بالا را دارند دستور زیر را در ترمینال بزنند تا این windows-curses نصب بشه و مشکل برطرف بشه.
pip install windows-curses

@vfarid vfarid closed this as completed Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants