broken ncurses on python 3.0

I

icarus

OS: win32, python 3.0

I've been trying to run some curses demos and I get this:

C:\Python\Lib\curses>python textpad.py
Traceback (most recent call last):
File "textpad.py", line 3, in <module>
import curses
File "C:\Python\lib\curses\__init__.py", line 15, in <module>
from _curses import *
ImportError: No module named _curses

The C:\Python\include does not have the curses.h header.
Reinstalling from the x86 msi binary doesn't do it.

Any ideas on how to get this working? maybe it's just the w32 version
that missed ncurses
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,817
Latest member
DicWeils

Latest Threads

Top