-
This is the same issue as https://github.com/python/cpython/issues/126456, just reporting so you can apply the fix to PyPy before the next sync with `_pyrepl`.
Found using fusil by @vstinner.
-
When running pip install -r requirements.txt on Windows 11 I get the following error:
ERROR: Could not find a version that satisfies the requirement curses-windows (from versions: none)
ERROR: No …
-
Hi
Windows 11
https://github.com/Nuand/bladeRF.git cloned.
libusb and phtreads-w32 downloaded
CMake 3.3.10 GUI - Configure - and getting:
CMake Error at C:/Program Files/CMake/share/cmake-3.31/…
-
I wonder if there's a function similar to `wgetscrreg` in `netbsd-curses`. Do note that `wsetscrreg` is already defined in `netbsd-curses`.
-
import os
import random
import time
import curses
def start_blue_rain(stdscr):
curses.start_color()
curses.init_pair(1, curses.COLOR_BLUE, curses.COLOR_BLACK)
sh, sw = stdscr.getmaxy…
-
backspaces dont work on windows, probably a different ascii value or something.
-
# Documentation
https://docs.python.org/3/howto/curses.html says:
> The Windows version of Python doesn’t include the [curses](https://docs.python.org/3/library/curses.html#module-curses) module. …
-
`uvx` is confused confused about executables provided by package `visidata` on windows:
```bash
❯ uvx --from visidata vd t.csv
Installed 3 packages in 224ms
The executable `vd` was not found.
war…
-
https://github.com/urwid/urwid
The current TUI is in progress of creating a high level curses/dialog API. Switching to urwid would let us drop tui_screen.py, tui_curses.py, and tui_dialog.py, and i…
-
Hello,
thank You very much for this program. I just wonder whether is there any support for fenrir and curses library. I have got several programs using curses programming library and it seems like…