Hello, I'm a Python newbie.
I need something like Curses library for Python 2.6 or 3.1 to run on Windows and Linux without any code changes.
I need functions for colorizing text and background, for clearing screen, for reading key code without showing letter on screen and for moving text cursor to specidied position.
It must be completely free library.
When I try "import curses" on Windows, compiler says me "ImportError: No module named _curses" both on Python 2.6 and 3.1.