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?