Kevin Altis
2003-01-30 03:12:25 UTC
The curses module is not available on Windows, as you found out when you
tried to import it. The documentation should probably make that point.
http://www.python.org/doc/current/lib/module-curses.html
ka
"Ingo Linkweiler" <i.linkweiler at web.de> wrote in message
File "C:\Python22\lib\curses\__init__.py", line 15, in ?
from _curses import *
ImportError: No module named _curses
I am using Python with PythonWin (also tested all 2.2.* versions and
Active Python on different machines with Win2K)
I thought curses is included in the python distributions. What is missing?
I only need some simple, but OS-independend functions like this
c = readkey()
clearscreen()
Do you know any other module I can use?
Ingo
tried to import it. The documentation should probably make that point.
http://www.python.org/doc/current/lib/module-curses.html
ka
"Ingo Linkweiler" <i.linkweiler at web.de> wrote in message
Hi,
can you explain this import error?
PythonWin 2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)] on
win32.can you explain this import error?
PythonWin 2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)] on
import curses
File "<interactive input>", line 1, in ?File "C:\Python22\lib\curses\__init__.py", line 15, in ?
from _curses import *
ImportError: No module named _curses
I am using Python with PythonWin (also tested all 2.2.* versions and
Active Python on different machines with Win2K)
I thought curses is included in the python distributions. What is missing?
I only need some simple, but OS-independend functions like this
c = readkey()
clearscreen()
Do you know any other module I can use?
Ingo