Having exactly the same problem described on this page: http://qnundrum.com/answer.php?q=431114
Below is directly quoted from that page:
I am unable to install python-dev becasue of unment dependancies. How can I get around this?
> adeskbar.0.3.7-all.debDependencies:python , python-gtk2 , python-cairo ( usually already installed )optional : python-dbusplugin :
When I try to install python-nautilus using the Ubuntu Software Center I get an error message titled "Package dependencies cannot be resolved".
The following output is displayed in the details section:
Package dependencies cannot be resolved
The following packages have unmet dependencies:
python-nautilus: Depends: libc6 (>= 2.2.5) but 2.13-20ubuntu5 is to be installed
Depends:
The following packages have unmet dependencies:
python-virtualenv: Depends: python-pip but it is not going to be installed
ruby: Depends: ruby1.8 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I have a package that depends on an old version of tornado:
[DEFAULT]
Package: tonythepony
Depends: python-tornado (<= 1.3), python-git
There is a repository that provides python-tornado=1.2.1-1, none the less, I get this error message:
The following packages have unmet dependencies:
tonythepony : Depends: python-tornado (<= 1.3) but 2.1.0-2ubuntu0.1 is to be installed
E: Unable to corr
I have just installed Python 2.7 and Python 3.2 on my Ubuntu 12.04 (32 bit).
sudo apt-get install python python-doc python3 python3-doc
I opened a Python 3 shell (is it called like that) typing python3 from a terminal.
If I issue the command help('print') everything works fine and I can read the documentation.
However if I open a Python 2.7 shell (python from a terminal) when I type help('prin
I'm trying to install a client for openERP which requires the following python libraries:
Code:
python
python-gtk2
python-glade2
python-matplotlib
python-egenix-mxdatetime
python-xml
I'm new to Linux and am trying to set up Python / Django on my machine! I installed Python 3.3 from the source file and it was compiled into /usr/local/bin.
I am trying to install Python 3.2 and mod_wsgi on my web server, but I am not having much luck.