Comment 5 for bug 1534130

Revision history for this message
caveman (caveman-poid) wrote :

Hi Gediminas,

Here is what I got with the version checks:

$ apt-cache policy python-schooltool
python-schooltool:
  Installed: 1:2.8.4-0ubuntu1
  Candidate: 1:2.8.4-0ubuntu1
  Version table:
 *** 1:2.8.4-0ubuntu1 0
        500 http://ppa.launchpad.net/schooltool-owners/2.8/ubuntu/ trusty/main i386 Packages
        100 /var/lib/dpkg/status
     1:2.6.3-0ubuntu2 0
        500 http://mirror.amsiohosting.net/archive.ubuntu.com/ trusty-updates/universe i386 Packages
     1:2.6.3-0ubuntu1 0
        500 http://mirror.amsiohosting.net/archive.ubuntu.com/ trusty/universe i386 Packages

$ apt-cache policy python-schooltool.gradebook
python-schooltool.gradebook:
  Installed: 2.8.4.1-0ubuntu1
  Candidate: 2.8.4.1-0ubuntu1
  Version table:
 *** 2.8.4.1-0ubuntu1 0
        500 http://ppa.launchpad.net/schooltool-owners/2.8/ubuntu/ trusty/main i386 Packages
        100 /var/lib/dpkg/status
     2.6.3-0ubuntu1 0
        500 http://mirror.amsiohosting.net/archive.ubuntu.com/ trusty/universe i386 Packages

$ apt-cache policy python-zope.html
python-zope.html:
  Installed: 2.4.2-0ubuntu1
  Candidate: 2.4.2-0ubuntu1
  Version table:
 *** 2.4.2-0ubuntu1 0
        500 http://ppa.launchpad.net/schooltool-owners/2.8/ubuntu/ trusty/main i386 Packages
        100 /var/lib/dpkg/status
     2.2.0-0ubuntu11 0
        500 http://mirror.amsiohosting.net/archive.ubuntu.com/ trusty/universe i386 Packages

Then with the grep output I got:

$ grep ckeditor /etc/schooltool/standard/plugins
grep: /etc/schooltool/standard/plugins: Is a directory

Since it looked like the python-zope.html package was (as you mentioned) an old version I did the following:

$ sudo apt-get install --reinstall python-zope.html

and start/stop schooltool.

Then I checked the package again:

$ apt-cache policy python-zope.html
python-zope.html:
  Installed: 2.4.2-0ubuntu1
  Candidate: 2.4.2-0ubuntu1
  Version table:
 *** 2.4.2-0ubuntu1 0
        500 http://ppa.launchpad.net/schooltool-owners/2.8/ubuntu/ trusty/main i386 Packages
        100 /var/lib/dpkg/status
     2.2.0-0ubuntu11 0
        500 http://mirror.amsiohosting.net/archive.ubuntu.com/ trusty/universe i386 Packages

It looks like nothing changed but everything now works fine...

Thanks for your help!