On Thu, 2007-05-24 at 20:27 +0200, Josselin Mouette wrote: > Le jeudi 24 mai 2007 à 10:54 -0700, Ross Boylan a écrit : > > > Yes, this definitely looks like the cause. Was python2.5 installed in > > > the same run python-support was upgraded, or was it installed earlier? > > > > > > Cheers, > > Same run. Here's the overview: > > The following NEW packages will be installed: > > python2.5 python2.5-minimal > > The following packages have been kept back: > > tipa > > The following packages will be upgraded: > > clamav-docs dictionaries-common modconf python-support python-tz > > > > Does the original error mean anything is broken, or that there is > > anything I need to do? > > Probably not. Excellent. > > > Are you saying the warning about pysupport.py: inconsistent use of tabs > > and spaces in indentation is irrelevant? > > This warning also looks harmless, but I'll fix this in the future. Good. I'm hypersensitive about this because whitespace differences have been preventing my python programs from running. I've been using eric and emacs for python programming, and they each have different notions of proper whitespace. For example, I created a program in emacs, and then edited it in eric. The result was that python refused to run the program until I made the whitespace consistent. > > > Or that that is something > > shipped with python 2.5? > > This was caused by python-support being configured while python2.5 was > not. This is harmless as update-python-modules is re-run when python2.5 > is configured. If you confirm this did not cause the upgrade to fail, I > will just close this bug. It did not cause the upgrade to fail, as far as I can tell. If there's something you can do to quiet the message it might avoid confusion for others (pre-depends? a note in README.Debian?). > > > BTW I'm also getting messages like > > Setting up python2.5-minimal (2.5-5) ... > > Linking and byte-compiling packages for runtime python2.5... > > INFO: using unsupported version '/usr/bin/python2.5' > > in that upgrade and since, with various packages (e.g., reportbug). > > The significance is unclear to me, though I take it from INFO that it's > > not a big deal. > > It is just python-central being sectarian about what python versions can > be installed. Oh, I thought it meant the indicated program would use python2.5. Is it just python-central complaining it's being run under the "wrong" python? My /usr/bin/python still points at 2.4.
Thanks for all the info, and the quick response. Ross