Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #64166

python2.6 needed as an aptitude package as dependency

Newsgroups comp.lang.python
Date 2014-01-17 06:24 -0800
Message-ID <3a9aa7d1-7eb6-422c-99d6-4585a661e8bd@googlegroups.com> (permalink)
Subject python2.6 needed as an aptitude package as dependency
From Jan Hapala <jan@hapala.cz>

Show all headers | View raw


Hello,

I need to install a program (MACS: http://liulab.dfci.harvard.edu/MACS/) for which I need to have Python2.6 installed.

I do have two other Pythons installed but not this version.

1) So I tried apt-get install... python2.6 is not there as a package (I am running Linux Mint 15).

2) Okay, I added some repos to the /etc/apt/sources.list:
deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free

I ran apt-get update... python2.6 not there

3) I downloaded python2.6 as a source tar and compiled it and installed with make altinstall... 
Python2.6 is installed. When I enter "python" in the command line and hit Tab, I can see there now all three versions of python.

Still I get the same error:
dpkg: dependency problems prevent configuration of macs:
 macs depends on python2.6; however:
  Package python2.6 is not installed.

I will be grateful for your suggestions,

Jan

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

python2.6 needed as an aptitude package as dependency Jan Hapala <jan@hapala.cz> - 2014-01-17 06:24 -0800
  Re: python2.6 needed as an aptitude package as dependency Chris Angelico <rosuav@gmail.com> - 2014-01-18 01:43 +1100
  Re: python2.6 needed as an aptitude package as dependency Asaf Las <roegltd@gmail.com> - 2014-01-17 10:02 -0800

csiph-web