Package: python-turbogears Followup-For: Bug #379392 xen:~# apt-get install python-turbogears <snip> python-turbogears: Depends: python-sqlobject (>= 0.7.0.99.really.0.7.1b1-1) but 0.7.0-4 is to be installed
As reported before. xen:~# apt-cache policy python-turbogears python-turbogears: Installed: (none) Candidate: 0.9a8-2 Version table: 0.9a8-2 0 700 http://mirrors.kernel.org experimental/main Packages Getting it out of experimental, which is correct. xen:~# apt-cache policy python-sqlobject python-sqlobject: Installed: (none) Candidate: 0.7.0-4 Version table: 0.7.0.99.really.0.7.1b1-1 0 700 http://mirrors.kernel.org experimental/main Packages 0.7.0-4 0 800 http://ftp.real-time.com sid/main Packages If you are following the instruction here: http://trac.turbogears.org/turbogears/wiki/DebianInstall The is pinning things which can mess up the dependency checks, so try this. Force a particular version of sqlobject onto your system: xen:~# apt-get install python-sqlobject=0.7.0.99.really.0.7.1b1-1 <snip> xen:~# apt-get install python-turbogears Should work. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (800, 'unstable'), (700, 'experimental'), (500, 'stable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-xen Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]