Re: CURSES WINDOWS

2018-09-06 Thread Anssi Saari
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/mailman/listinfo/python-list


Re: Re: CURSES WINDOWS

2018-09-05 Thread Peter via Python-list

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 (x86)\Python36-32\lib\curses\__init__.py", 
line 13, in


    from _curses import *
ModuleNotFoundError: No module named '_curses'
>>>


I get the same on py 2.7



On 5/09/2018 4:59 PM, Anssi Saari wrote:

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 changes.





--
https://mail.python.org/mailman/listinfo/python-list


Re: CURSES WINDOWS

2018-09-05 Thread Abhiram R
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
>
>
-- 
Abhiram R

abhiramr.github.io
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: CURSES WINDOWS

2018-09-05 Thread Dotan Cohen
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



-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: CURSES WINDOWS

2018-09-05 Thread Anssi Saari
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 changes.

-- 
https://mail.python.org/mailman/listinfo/python-list


CURSES WINDOWS

2018-09-04 Thread shinobi
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