Results 1 to 4 of 4

Thread: some Python help

  1. #1
    Join Date
    Jun 2006
    Location
    Western Eurasia
    Beans
    199
    Distro
    Ubuntu 6.10 Edgy

    some Python help

    Just used a py program that ships with Python 2.4, called freeze for compiling .py into executables, i perfomed a simple example just to check if this program worked.

    I got an error msg in the terminal saying that it did not found an required file
    named:
    "/usr/lib/python2.4/config/config.c.in"

    But how is that? isin't this supposed to be included in the python 2.4?

  2. #2
    Join Date
    Jun 2006
    Beans
    112

    Re: some Python help

    It's in python-dev. For these things I usually google on the filename and debian, though maybe experienced debian people know of some way to do it from the command-line.

  3. #3
    Join Date
    Jun 2006
    Location
    Western Eurasia
    Beans
    199
    Distro
    Ubuntu 6.10 Edgy

    Re: some Python help

    i've fixed this problem, it was in another location here, something must have moved it.

  4. #4
    Join Date
    May 2006
    Location
    Netherlands
    Beans
    561
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: some Python help

    Quote Originally Posted by Daverz View Post
    It's in python-dev. For these things I usually google on the filename and debian, though maybe experienced debian people know of some way to do it from the command-line.
    Code:
    sudo apt-get install apt-file
    sudo apt-file update
    apt-file search /usr/lib/python2.4/config/config.c.in
    (\ /)
    (O.o)
    (> <)

    This is Bunny. Copy Bunny into your signature to help him on his way to world domination.

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
  •