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:
It looks like nothing changed but everything now works fine...
Thanks for your help!
Hi Gediminas,
Here is what I got with the version checks:
$ apt-cache policy python-schooltool ppa.launchpad. net/schooltool- owners/ 2.8/ubuntu/ trusty/main i386 Packages dpkg/status 2.6.3-0ubuntu2 0 mirror. amsiohosting. net/archive. ubuntu. com/ trusty- updates/ universe i386 Packages 2.6.3-0ubuntu1 0 mirror. amsiohosting. net/archive. ubuntu. com/ trusty/universe i386 Packages
python-schooltool:
Installed: 1:2.8.4-0ubuntu1
Candidate: 1:2.8.4-0ubuntu1
Version table:
*** 1:2.8.4-0ubuntu1 0
500 http://
100 /var/lib/
1:
500 http://
1:
500 http://
$ apt-cache policy python- schooltool. gradebook schooltool. gradebook: ppa.launchpad. net/schooltool- owners/ 2.8/ubuntu/ trusty/main i386 Packages dpkg/status mirror. amsiohosting. net/archive. ubuntu. com/ trusty/universe i386 Packages
python-
Installed: 2.8.4.1-0ubuntu1
Candidate: 2.8.4.1-0ubuntu1
Version table:
*** 2.8.4.1-0ubuntu1 0
500 http://
100 /var/lib/
2.6.3-0ubuntu1 0
500 http://
$ apt-cache policy python-zope.html ppa.launchpad. net/schooltool- owners/ 2.8/ubuntu/ trusty/main i386 Packages dpkg/status 2.0-0ubuntu11 0 mirror. amsiohosting. net/archive. ubuntu. com/ trusty/universe i386 Packages
python-zope.html:
Installed: 2.4.2-0ubuntu1
Candidate: 2.4.2-0ubuntu1
Version table:
*** 2.4.2-0ubuntu1 0
500 http://
100 /var/lib/
2.
500 http://
Then with the grep output I got:
$ grep ckeditor /etc/schooltool /standard/ plugins /standard/ plugins: Is a directory
grep: /etc/schooltool
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 ppa.launchpad. net/schooltool- owners/ 2.8/ubuntu/ trusty/main i386 Packages dpkg/status 2.0-0ubuntu11 0 mirror. amsiohosting. net/archive. ubuntu. com/ trusty/universe i386 Packages
python-zope.html:
Installed: 2.4.2-0ubuntu1
Candidate: 2.4.2-0ubuntu1
Version table:
*** 2.4.2-0ubuntu1 0
500 http://
100 /var/lib/
2.
500 http://
It looks like nothing changed but everything now works fine...
Thanks for your help!