Hi Russell, I ran apt-get update, then apt-get install python. I did not specify a version. The system stated I am already at the latest version. I then ran apt-get install --reinstall --fix-broken zope. The log looks the same. If you still have a log of the session I sent previously, please notice that the python routines which are run seem to be from /usr/lib/python1.5, even though python2.3 is installed. Does Zope explicitly look for version 1.5? I'm really at a loss as to what is going on here.
Regards, Russ On Mon, 8 Sep 2003, Russell Shaw wrote: > Russ Cook wrote: > > Hi Russell, > > Thanks for the continued help. I tried the command > > you suggested, and the result is in the attached > > script file. Still no luck. > > > > On Sun, 7 Sep 2003, Russell Shaw wrote: > > > >>Russ Cook wrote: > >> > >>>Russell, > >>> The sources.list file was OK, but it referenced a local > >>>mirror for apt-move, which wasn't valid yet. I corrected > >>>that, and ran 'apt-get update' again, and then ran > >>>apt-get install -t testing zope, as you recommend. Attached > >>>is that script file. The errors are essentially the same. > >>>Can you or anyone else offer more suggestions? I would be > >>>very grateful. > >> > >>(Reading database ... 64003 files and directories currently installed.)^M > >>Preparing to replace zope 2.3.3-1 (using .../zope_2.6.1-10_i386.deb) ...^M > >>dpkg: warning - old pre-removal script returned error exit status 1^M > >>dpkg - trying script from the new package instead ...^M > >>invoke-rc.d: initscript zope, action "stop" failed.^M > >>dpkg: error processing /var/cache/apt/archives/zope_2.6.1-10_i386.deb (--unpack):^M > >> subprocess new pre-removal script returned error exit status 1^M > >> > >>dpkg -r --force-remove-reinstreq --force-depends zope > >>apt-get install zope > > Removing zope ... > dpkg: error processing zope (--remove): > subprocess pre-removal script returned error exit status 1 > /usr/lib/python1.5/py_compile.py:54: DeprecationWarning: strop functions are > obsolete; use string methods > codestring = string.replace(codestring,"\r\n","\n") > > > Zope assumes a later version of python: > > stable: http://packages.debian.org/stable/web/zope.html > > [depends] python (>= 2.1.3-1) > An interactive object-oriented scripting language (default version) > [depends] python (<< 2.2) > An interactive object-oriented scripting language (default version) > > > testing: http://packages.debian.org/testing/web/zope.html > > [depends] python2.1 (>= 2.1.3-1) > An interactive high-level object-oriented language (version 2.1) > > So, > apt-get update > apt-get install <appropriate python> (this should auto-deinstall 1.5) > apt-get install --reinstall [--fix-broken] zope > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]