curses is not imported under Linux (and Python 2.4)

2005-01-06 Thread Konrad Koller
import curses produces the ImportError: No module named _curses ("from _curses import *" in line 15 in __init__.py) Of course imp.find_module ("_curses") reports the same error. How can I make use of the curses package for writing a Python script with curses? -- http://mail.python.org/mailman/lis

Re: curses is not imported under Linux (and Python 2.4)

2005-01-09 Thread Konrad Koller
;SuSE computer" the curses worked fine under SuSE linux Konrad Koller -- http://mail.python.org/mailman/listinfo/python-list

Does anybody know how to install PythonMagick?

2006-05-21 Thread Konrad Koller
I downloaded PythonMagick-0.6.tar, but then...? The installation process is obviously not as usual and python.netcrewzackpymagick.html is totally outdated. Thanks -- http://mail.python.org/mailman/listinfo/python-list