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 "<stdin>", line 1, in <module>
File "C:\Program Files (x86)\Python36-32\lib\curses\__init__.py",
line 13, in
<module>
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