import curses -> no module named curses

Oleg Broytmann phd at phd.pp.ru
Wed Jan 23 13:16:37 EST 2002


On Wed, Jan 23, 2002 at 07:03:14PM +0100, Hans-Henning Rodeck wrote:
> While exploring python 2.2 for Windows with : python test_curses.py, I
> get the message: import error no module named curses.
> I cant find the file curses.py in the python-directories and can
> therefore not control the module-search-path. Did I miss something in
> the documentation and I have to get this module from another source?

   You missed directory curses and module _cursesmodule.c.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list