Building curses module in 1.6
Andrew Kuchling
akuchlin at mems-exchange.org
Tue Sep 19 16:59:45 EDT 2000
More information about the Python-list mailing list
Tue Sep 19 16:59:45 EDT 2000
- Previous message (by thread): Building curses module in 1.6
- Next message (by thread): Building curses module in 1.6
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Building curses module in 1.6
- Next message (by thread): Building curses module in 1.6
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list