Find the answer to your Linux question:
Results 1 to 2 of 2
hi, my dependency is better than whats needed so it wont let me install. it needs a python version less than 2.3 I have 2.4. thats the only thing not ...
  1. #1
    Just Joined!
    Join Date
    Dec 2006
    Posts
    12

    Question Dependency Error

    hi, my dependency is better than whats needed so it wont let me install. it needs a python version less than 2.3 I have 2.4. thats the only thing not letting me install it (all other dependencys are fine). Im using etch.

  2. #2
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    did you search for newer version of the program which want you install?
    use "apt-cache serach prog_name" or "aptitude search prog_name" for searching the program

    or

    download the python version which you need , but no try to install
    unpack it to a directory, and when you compile the prog give this directory to the configure script as a parameter

    for example:
    ~/oldpython
    ./configure --with-other-python-library ~/oldpython

    #THIS JUST AN EXAMPLE IT'S WONT WORK

    good luck and if you want more help give us more information

Posting Permissions

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