PDA

View Full Version : [kubuntu] unending python dependencies


daka
April 22nd, 2008, 08:52 AM
I have installed Heron beta. Trying to install the Vodafone Connect Card software so I can connect to the internet I am faced with millions of dependencies which I can't satisfy without finding other unsatisfied dependencies. These are mostly Python but not all.

What are the major Python programs to have installed to prevent this?

Is this maybe a glich in the Beta? I didn't have this problem with Gutsy, just a few findable dependencies.

Thanks

daka

blazemore
January 6th, 2009, 09:21 AM
sudo apt-get install python-dev

Also
sudo apt-get build-dep packagename builds deps if the package is in the repos.