Comment 4 for bug 353251

Revision history for this message
Michael Vogt (mvo) wrote : Re: does not provide 2.6 symlinks for python-fstab (and others?) when python2.6 gets installed

Hm, the patch is bogus. It looks like python-central.rtinstall is not run. It does not appear in the log. But if I run it manually:

root@top:/# pycentral rtinstall python2.6
pycentral: pycentral rtinstall python2.6
pycentral: 3 packages with Python-Version info installed, 3 for python2.6
pycentral: support python-fstab for python2.6
pycentral: reading /usr/share/pyshared-data/python-fstab
pycentral: Using python-version from pkgconfig: all
pycentral: install package python-fstab
pycentral: link shared files python2.6/python-fstab
pycentral: byte-compile files (2/2) python2.6
pycentral: ['/usr/lib/python2.6/dist-packages/fstab-1.3.egg-info', '/usr/lib/python2.6/dist-packages/fstab.py']
pycentral: support update-manager-core for python2.6
pycentral: reading /usr/share/pyshared-data/update-manager-core
pycentral: Using python-version from pkgconfig: 2.6, 2.5
pycentral: install package update-manager-core
pycentral: byte-compile files (49/49) python2.6
pycentral: ['/usr/lib/python2.6/dist-packages/DistUpgrade/DistUpgradeApport.py', '/usr/lib/python2.6/dist-packages/DistUpgrade/DistUpgradeAptCdrom.py', '...']
pycentral: byte-compile files (5/5) python2.6
pycentral: ['/usr/share/computerjanitor/plugins/deb_plugin.py', '/usr/share/computerjanitor/plugins/dpkg_status_plugin.py', '...']
pycentral: support python-apt for python2.6
pycentral: reading /usr/share/pyshared-data/python-apt
pycentral: Using python-version from pkgconfig: 2.6, 2.5
pycentral: install package python-apt
pycentral: byte-compile files (12/12) python2.6
pycentral: ['/usr/lib/python2.6/dist-packages/apt/__init__.py', '/usr/lib/python2.6/dist-packages/apt/cache.py', '...']
root@top:/# find /usr/lib/python* -name "fstab.py"
/usr/lib/python2.5/site-packages/fstab.py
/usr/lib/python2.6/dist-packages/fstab.py

It looks ok.