RE: Has anone seen or know of a CFFI wrapper for PDCurses?

2021-06-13 Thread pjfarley3
> From: Dan Stromberg > Sent: Monday, June 14, 2021 12:36 AM > To: pjfarl...@earthlink.net > Cc: Python List > Subject: Re: Has anone seen or know of a CFFI wrapper for PDCurses? > > > On Sun, Jun 13, 2021 at 12:50 AM wrote: > > Hi All, > > > > I have been invest

Re: Terminology: EU language skills, and Master to Main (or ...)

2021-06-13 Thread jan via Python-list
Hi, see below On 13/06/2021, dn via Python-list wrote: > [to folk subscribed to both the Python list and Python-Tutor: apologies > for cross-posting] > > > Regarding levels of skill or complexity in learning, the European Union > has been working on "The Common European Framework of Reference for

Re: Has anone seen or know of a CFFI wrapper for PDCurses?

2021-06-13 Thread Dan Stromberg
On Sun, Jun 13, 2021 at 12:50 AM wrote: > Hi All, > > I have been investigating the possibility of wrapping the PDCurses DLL on > Windows (or even better the PDCursesMod fork) using cffi instead of > ctypes. > The unicurses project tried this using ctypes 11 years ago but unicurses > hasn't been

Has anone seen or know of a CFFI wrapper for PDCurses?

2021-06-13 Thread pjfarley3
Hi All, I have been investigating the possibility of wrapping the PDCurses DLL on Windows (or even better the PDCursesMod fork) using cffi instead of ctypes.  The unicurses project tried this using ctypes 11 years ago but unicurses hasn't been worked on since 2010, and it shows its age. I think I