zephyrproject-rtos / windows-curses

Windows Curses Python module
https://pypi.org/project/windows-curses/
Other
164 stars 26 forks source link

curses panel functions generate no output at all #13

Open pjfarleyiii opened 4 years ago

pjfarleyiii commented 4 years ago

I have tried to use the curses panel functions on a Win10-64 system from python 3.8.3 (64-bit version) and even a very simple program generates no output at all. No error messages, no traceback, no output whatsoever. Test program attached.

A simple test program using only normal curses windows does work on the same system, I have also attached that program for comparison.

Peter

test_panels_basic-2.py.txt test_windows-2.py.txt