Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
initscripts : Breaks: console-setup (< 1.74) but 1.68+squeeze2 is to be installed
************** Breaks: nfs-common (< 1:1.2.5-3) but 1:1.2.2-4squeeze2 is to be installed
libglib2.0-0 : Breaks: eog (< 3.2.2-3) but 2.30.2-1 is to be installed
*************** Breaks: gnome-control-center (< 1:3) but 1:2.30.1-2 is to be installed
libgnome-keyring0 : Breaks: gnome-keyring (< 3.0) but 2.30.3-5 is to be installed
network-manager : Recommends: crda but it is not going to be installed
****************** Breaks: network-manager-gnome (< 0.9) but 0.8.1-2 is to be installed
E: Broken packages
Is there something I've done wrong ?
--
Aves
04-21-2012, 10:23 AM
Camaleón
Installing python-django 1.4 on squeeze
On Fri, 20 Apr 2012 22:26:43 +0200, Aves wrote:
> Hi,
Hi. Please, no hmtl posts, thanks.
> I'd like to install django 1.4 on squeeze.
(...)
Just a quick notes on this (others will comment on the pinning issue) :-)
There is django 1.3 available in backports, just in case it servers your
needs.
And a side note... I don't know about Django requirements/dependencies
but being pure python web based framework, have you considered to install
it directly from the upstream project? :-?
Greetings,
--
Camaleón
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: jmu1qm$g9$8@dough.gmane.org">http://lists.debian.org/jmu1qm$g9$8@dough.gmane.org
04-21-2012, 01:18 PM
Aves
Installing python-django 1.4 on squeeze
Sorry for HTML,
You're right, the best way to figure it out is probably to download
django from upstream. But I think django 1.4 needs python > 2.6.6 (which
is unfortunately the latest available version on Squeeze I believe).
I'm gonna check all of this.
On Sat, 2012-04-21 at 10:23 +0000, Camaleón wrote:
> On Fri, 20 Apr 2012 22:26:43 +0200, Aves wrote:
>
> > Hi,
>
> Hi. Please, no hmtl posts, thanks.
>
> > I'd like to install django 1.4 on squeeze.
>
> (...)
>
> Just a quick notes on this (others will comment on the pinning issue) :-)
>
> There is django 1.3 available in backports, just in case it servers your
> needs.
>
> And a side note... I don't know about Django requirements/dependencies
> but being pure python web based framework, have you considered to install
> it directly from the upstream project? :-?
>
> Greetings,
>
> --
> Camaleón
>
>
--
Aves,
FSF Associate Member
Please encrypt your messages with PGP
04-21-2012, 01:37 PM
Aves
Installing python-django 1.4 on squeeze
Indeed, it was much easier to install django from upstream :
# cd /tmp
# wget http://www.djangoproject.com/download/1.4/tarball/
# tar zxvf Django-1.4.tar.gz
# cd Django-1.4
# python setup.py install
On Sat, 2012-04-21 at 15:18 +0200, Aves wrote:
> Sorry for HTML,
>
> You're right, the best way to figure it out is probably to download
> django from upstream. But I think django 1.4 needs python > 2.6.6 (which
> is unfortunately the latest available version on Squeeze I believe).
>
> I'm gonna check all of this.
>
> On Sat, 2012-04-21 at 10:23 +0000, Camaleón wrote:
> > On Fri, 20 Apr 2012 22:26:43 +0200, Aves wrote:
> >
> > > Hi,
> >
> > Hi. Please, no hmtl posts, thanks.
> >
> > > I'd like to install django 1.4 on squeeze.
> >
> > (...)
> >
> > Just a quick notes on this (others will comment on the pinning issue) :-)
> >
> > There is django 1.3 available in backports, just in case it servers your
> > needs.
> >
> > And a side note... I don't know about Django requirements/dependencies
> > but being pure python web based framework, have you considered to install
> > it directly from the upstream project? :-?
> >
> > Greetings,
> >
> > --
> > Camaleón
> >
> >
>
--
Aves,
FSF Associate Member
Please encrypt your messages with PGP