Building curses module in 1.6

Andrew Kuchling akuchlin at mems-exchange.org
Tue Sep 19 16:59:45 EDT 2000


insyte at petra.squad51.net () writes:
> /usr/local/lib/python1.6/lib-dynload directory is empty.  I believe I
> should end up with 'cursesmodule.so' in there, correct?

_cursesmodule.so, actually; curses is a package that imports _curses.
How does 'import curses' fail?  And what does 'python -v' output when
you try to import it?

--amk



More information about the Python-list mailing list