crossplatform curses-style apps

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • copx

    #1

    crossplatform curses-style apps

    Hi, I want to write a console/terminal app in Python that requires
    curses-like functionality. Problem: the python curses module doesn't seem to
    work on Windows. In fact it doesn't work (isn't part of the Python package)
    on my Linux distro (SUSE Linux 9.1 Special Edition) either.
    Well what should I do? The app is supposed to work on Windows and Linux at
    least (more platforms would be nice).

    TIA,
    copx


  • Fuzzyman

    #2
    Re: crossplatform curses-style apps

    On Tue, 28 Sep 2004 21:06:24 +0200, "copx" <invalid@invali d.com>
    wrote:
    [color=blue]
    >Hi, I want to write a console/terminal app in Python that requires
    >curses-like functionality. Problem: the python curses module doesn't seem to
    >work on Windows. In fact it doesn't work (isn't part of the Python package)
    >on my Linux distro (SUSE Linux 9.1 Special Edition) either.
    >Well what should I do? The app is supposed to work on Windows and Linux at
    >least (more platforms would be nice).
    >
    >TIA,
    >copx
    >[/color]

    There is no curses package for windoze....
    A great shame...

    Regards,

    Fuzzy

    http://www.voidspace.org.uk/atlantib...thonutils.html

    Comment

    Working...