=== cjopcjop is now known as Le === Le is now known as cjopcjop === cjopcjop is now known as Le === Le is now known as cjopcjop === cjopcjop is now known as Le === Le is now known as cjopcjop [22:29] hello all [23:29] hey everyone [23:29] question concerning a error I'm getting during apt-get install libapache2-mod-python [23:29] libapache2-mod-python : Depends: python (< 2.7) but 2.7.3-0ubuntu2.2 is to be installed [23:29] E: Unable to correct problems, you have held broken packages. [23:30] That's my output and I'm unsure how to go about it. Can I ignore it? I've installed python 2.6 & 2.7 [23:31] Python 2.7.3 to be exact, so that is greater than 2.7, isn't it? [23:37] cjopcjop: I'll bet there's a conflict between libraries for Python v2.6 and Python 2.7. The library you're trying to install is for "<2.7" (ie. 2.6), but apt-get detects the Python 2.7 and gives up. [23:37] First, fix things with `apt-get install -f` [23:38] Do you really need both Python 2.6 and Python 2.7 on the same computer? [23:39] And what prompted you to install libapache2-mod-python manually? [23:45] I don't need both by any means, was just trying to figure out the dependency issue, should I remove 2.6? [23:46] as for installing libapache2-mod-python, I am following a mail server guide: http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3-p4 [23:46] this is the second page where the request for libapache2-mod-python was made [23:47] your guidance Mr. BobJonkman2 is much appreciated [23:51] how would I go about properly removing python 2.6 with any conflicts [23:52] just apt-get remove --purge python 2.6