Peter via Python-list writes:
>> from _curses import *
>> ModuleNotFoundError: No module named '_curses'
Oh yes, I tested in Cygwin and maybe it doesn't count? But for Windows
there's a curses wheel available at
https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
--
https://mail.python.org/
I get this:
C:\Users\Me> py
Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC v.1900 32
bit (Inte
l)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import curses
Traceback (most recent call last):
File "", line 1, in
File "C:\Program Files
And here I thought this was a rant :D
On Tue, Sep 4, 2018 at 8:33 PM shinobi wrote:
> >
> > Hello All,
> >
> > can anyone please let me know what's the path to port linux python curses
> > program to Windows?
> >
> > Thanks
> >
> > --
> > https://mail.python.org/mailman/listinfo/python-list
>
>
-
Your subject line will sure draw attention to the topic!
On Tue, Sep 4, 2018 at 8:33 PM shinobi wrote:
>
> Hello All,
>
> can anyone please let me know what's the path to port linux python curses
> program to Windows?
>
> Thanks
>
> --
> https://mail.python.org/mailman/listinfo/python-list
--
shinobi@f153.n1.z21.fsxnet (shinobi) writes:
> Hello All,
>
> can anyone please let me know what's the path to port linux python curses
> program to Windows?
Is there really anything that needs to be done? At least a simple hello
world python curses program runs on Windows and Linux with no chang