Results 1 to 2 of 2

Thread: Very simple python question.

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Location
    Kennewick, Washington
    Beans
    168
    Distro
    Ubuntu 10.04 Lucid Lynx

    Very simple python question.

    I am almost embarrassed to ask this question....

    Does anybody know where I can download the curses module for python?

    I tried the python website yet all I found were 3rd party modules.
    I tried google too. No luck.

    I am 100% sure my problem exists somewhere between my chair and my keyboard.

    And help??
    Thank you.

    Avoid the Gates of Hell. Use Linux.

  2. #2
    Join Date
    Jul 2008
    Beans
    64

    Re: Very simple python question.

    It should be included with the standard Python interpreter.

    Python 2.6.4 (r264:75706, Nov 2 2009, 14:44:17)
    [GCC 4.4.1] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import curses
    >>>

    If you compiled your own version of Python, you need to install the curses development libraries before you compile it.

    HTH,

    casevh

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •