-
BPO | [29059](https://bugs.python.org/issue29059)
--- | :---
Nosy | @terryjreedy, @pfmoore, @tjguk, @methane, @zware, @eryksun, @zooba, @jhasapp
Files | [issue29059.patch](https://bugs.python.org/file…
-
When the following code is ran the error NameError: name 'initscr' is not defined appears
```
from unicurses import *
def Main():
stdscr = initscr()
start_color()
use_default_colo…
-
I got below error when running the script. My system is a CentOS 6.2 server. However the script seems wrongly recognised my system as a windows. And therefore, it is looking the PDCurses library.
[…
-
Here is the outputs of those commands:
![image](https://user-images.githubusercontent.com/23731957/46990552-681c7480-d134-11e8-8ae6-2b0f96864af1.png)
-
I does not work on Windows systems. Curses module is not included in windows python distribution.
https://docs.python.org/3.3/howto/curses.html
m-trz updated
4 years ago
-
Maybe try unicurses or pdcurses (?)
-
First of all, thanks a lot for your work. `epr` looks fantastic and I can't wait to be able to use it.
I was trying to install it on SailfishOS using `pip` but I got an error during installation re…
-
autohooks/terminal.py depends on the curses package, which I believe is not supported on Windows. When I run the command
`poetry run autohooks activate`,
I receive the error
`ModuleNotFoundError: …
-
The instructions say to place pdcurses.dll in the "same folder as the UniCurses wrapper itself (unicurses.py).". For me this was in "C:\Python27\Lib\site-packages".
However, the package fails to fi…
-
is there any docs to learn unicurses? i could find none
MMd95 updated
6 years ago