Python Forum
Does anyone have unicurses panel functions working on a Windows 10 platform?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does anyone have unicurses panel functions working on a Windows 10 platform?
#1
I have been trying to get unicurses panel functions working on my Windows 10 machine, but without much success.

I am running a Win 10 V2004 system, current on maintenance.  Python is 3.8.5.  I DL'ed PDCurses 3.9 and compiled it in an X64 native CLI environment and all of the PDCurses test programs (C programs all) succeed and do what they are intended to do.

Most of the demo scripts that come with unicurses work, except the panel tests.  The test_panels_basic.py script for instance fails with this error:
Traceback (most recent call last):
  File "C:\Users\<obfuscated>\unicurses\demos\test_panels_basic.py", line 26, in <module>
    top_panel(my_panels[1])
  File "C:\Python38\lib\site-packages\unicurses.py", line 2413, in top_panel
    return pdlib.top_panel(pan_id)
OSError: exception: access violation writing 0x00000000036673B0
I haven't got the knowledge or experience to set up VS2019 (community edition) to debug the DLL and/or the python ctypes interface to pdcurses.dll to see why and where things are going wrong.

If anyone has this (or at least some recent) combination of software versions actually working on a Windows 10 system where the panel tests work correctly, I would appreciate any tips or advice you can offer to help me get it working cleanly.

If no one else has this combination of software versions working together, then any advice you can offer on how to set up a VS2019 debugging session to see what goes wrong and where would also be appreciated.  I am well versed enough in C language programming to try to fix the problem if I can find out what and where the problem really is.

Peter
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  working directory if using windows path-variable chitarup 2 680 Nov-28-2023, 11:36 PM
Last Post: chitarup
  Problem trying to install UniCurses on Python-3.12 / W10-64 rdmaia 5 1,089 Aug-02-2023, 06:24 PM
Last Post: DeaD_EyE
  Pynput Library not Working with Windows jacknewport 1 2,242 Mar-26-2022, 07:09 PM
Last Post: snippsat
  Spyder stopped working in Windows 10 gammaray 3 3,031 Apr-19-2021, 05:33 PM
Last Post: jefsummers
  platform binary representation --- 3 questions Skaperen 4 2,712 Dec-05-2020, 03:50 AM
Last Post: Skaperen
  Why aren't all curses panel functions supported in python curses.panel? pjfarley3 2 2,616 Jul-22-2020, 11:08 PM
Last Post: pjfarley3
  python 3 and python 2 pips not working in windows gtx 5 4,924 Dec-28-2019, 12:21 AM
Last Post: flywire
  Python not working on Windows 10 rafaeldominiquini 3 6,953 Dec-15-2019, 09:49 PM
Last Post: rafaeldominiquini
  Generate String Only Unique to That Platform firesh 2 2,050 Sep-10-2019, 09:36 PM
Last Post: firesh
  Called Functions Not Working WhatAmIDoing09 3 2,505 Jul-12-2019, 07:02 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020