-
Notifications
You must be signed in to change notification settings - Fork 30
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
crashes in panel.update_panels() #11
Comments
I have the same problem. |
Same here.
crashes. |
Any update to this Thanks. |
I can confirm that this issue is still occurring. I tried calling Calling |
Same here, Using python 3.11.7 windows-curses 2.3.2. It was soul crushing to run into this bug. |
I have the same issue, segmentation fault |
Windows 10 up to date, python 3.8, windows-curses 2.1.0.
All attempts to work with panels are failing for me. The usual failure is that my app just quietly dies and with no exception when I call update_panels(). I've been working through the tutorial at tldp.org with success up to this point. I found the attached example panelMove.py on stack overflow and it fails as well and it's a less sloppy reproduction of the problem so I offer it.
I also tried the ncurses.py example in this repository and it fails with an ERR in move_panel().
Source to the stack overflow example attached.
panelMove - Copy.txt
The text was updated successfully, but these errors were encountered: