so i went through the workaround in order to be able to run bpython on a windows 10 PC (64 bit, Python 3.10.2). installed the necessary curses from http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
installed bpython (pip install bpython)
and ran bpython-curses.exe. I still get the long error ending with " from fcntl import ioctl ModuleNotFoundError: No module named 'fcntl'"
Any ideas?
Then comment/remove lines 35 and 221 from
%APPDATA\..\Local\Programs\Python\Python38\Lib\site-packages\bpython\args.pyor similar location. Those will be the lines with the stringcurtsiesin them, (see below for sample).Then run
Problem Solved
Technical details...:
args.py: