Re[2]: from clipper move to python

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

    Re[2]: from clipper move to python

    Thank you for the respon,

    But right now I'm still not ready using linux, a lot of my client were
    using windows. Is someone know what should I use to create text
    console application like clipper using python in (stupid) windows?

    Thanks
    :)

    --------------- Replied message --------------
    The Bat! mailer ver 1.53d
    ----------------------------------------------
    Date : Monday, September 15, 2003
    From : Bob Gailer <bgailer@alum.r pi.edu>
    To : ads <ads@chead.or g>
    Subject : from clipper move to python
    ----------------------------------------------
    At 12:00 AM 9/15/2003, ads wrote:
    [color=blue]
    >Hi Everyone,
    >
    >I'm starting learning python about 2 weeks, and still have
    >difficulties to create GUI based application because I never learn
    >about classes and other OOP things. Does anyone knows how to
    >create text console application like clipper using python[/color]

    In the Linux world there's the curses module.

    Bob Gailer
    bgailer@alum.rp i.edu
    303 442 2625

    ----------------------------------------------


  • A.M. Kuchling

    #2
    Re: Re[2]: from clipper move to python

    On Tue, 16 Sep 2003 09:58:06 +0700,
    ads <ads@chead.or g> wrote:[color=blue]
    > But right now I'm still not ready using linux, a lot of my client were
    > using windows. Is someone know what should I use to create text
    > console application like clipper using python in (stupid) windows?[/color]

    Use consolelib: http://effbot.org/zone/console-index.htm .
    It's not code-compatible with curses.

    --amk


    Comment

    Working...