Message 305610 - Python tracker

Message305610

Author joe m2
Recipients joe m2, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-11-05.22:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509922553.69.0.213398074469.issue31951@psf.upfronthosting.co.za>
In-reply-to
Content
Importing curses on Windows install calls the following:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\user name\AppData\Local\Programs\Python\Python36-32\lib\curses\__init__.py", line 13, in <module>
    from _curses import *
ModuleNotFoundError: No module named '_curses'

Importing curses as "_curses" does the same thing. I have tried the "repair" function and it has not worked.
History
Date User Action Args
2017-11-05 22:55:53joe m2setrecipients: + joe m2, paul.moore, tim.golden, zach.ware, steve.dower
2017-11-05 22:55:53joe m2setmessageid: <1509922553.69.0.213398074469.issue31951@psf.upfronthosting.co.za>
2017-11-05 22:55:53joe m2linkissue31951 messages
2017-11-05 22:55:53joe m2create