Curses under python 2.0

Christian Theune ct at gocept.com
Thu Mar 22 11:56:22 EST 2001


hmm ... it seems as the python-curses mod won't work:

Python 2.0 (#3, Feb 10 2001, 16:51:03) 
[GCC 2.95.2 19991024 (release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import curses
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.0/curses/__init__.py", line 15, in ?
    from _curses import *
ImportError: No module named _curses
>>> 

any idea? it is the installation from the python2.0 source, and I tested
the curses lib with python 1.5.2 - and it is working.

Thanks for replying to my mail address too.

best regards

Christian Theune



More information about the Python-list mailing list