Can't get curses to work in python

Andrew MacIntyre andymac at bullseye.apana.org.au
Fri Oct 8 19:49:12 EDT 2004


On Fri, 8 Oct 2004, Scott Chapman wrote:

> I can't figure out how to get curses (ncurses) enabled in Python.  I have
> ncurses and ncurses-devel rpm's installed on my system (Suse 9.1) but I can't
> figure out how to get it enabled when I compile Python.

Check, & if necessary change, the library and included path values for the
curses module in the setup.py script in the root of the Python source
tree.

-------------------------------------------------------------------------
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
        andymac at pcug.org.au             (alt) |        Belconnen ACT 2616
Web:    http://www.andymac.org/               |        Australia



More information about the Python-list mailing list