-
-
Notifications
You must be signed in to change notification settings - Fork 245
ModuleNotFoundError when running bpython #780
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
Comments
Did you install |
Sorry that I'm too busy to see this. After I saw this error, I used |
If you have installed |
@sebastinas How to get 'fcntl' ? |
I don't think you can get |
See #509 (comment) |
@sebastinas I did, and also saw #509 and #649
|
Throws error:
Traceback (most recent call last):
File "d:\python36\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "d:\python36\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "D:\Python36\Scripts\bpython.exe_main.py", line 5, in
File "d:\python36\lib\site-packages\bpython\curtsies.py", line 11, in
import curtsies
File "d:\python36\lib\site-packages\curtsies_init.py", line 4, in
from .window import FullscreenWindow, CursorAwareWindow
File "d:\python36\lib\site-packages\curtsies\window.py", line 11, in
import blessings
File "d:\python36\lib\site-packages\blessings_init_.py", line 5, in
import curses
File "d:\python36\lib\curses_init_.py", line 13, in
from _curses import *
ModuleNotFoundError: No module named '_curses'
The text was updated successfully, but these errors were encountered: