parley scripts fail to load
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| KDE Educational Applications |
Fix Released
|
Medium
|
|||
| kdeedu (Guadalinex Edu) |
New
|
Undecided
|
Unassigned | ||
| kdeedu (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Bug Description
Binary package hint: kdeedu
When starting parley version 4:4.2.2-0ubuntu1, a few notifications notify about the imposibility of starting a few scripts. Running parlay from console results in the following output:
derosa@bowman:~$ LANG=C parley
/usr/share/
/usr/share/
/usr/share/
parley(9663) KEduVocDocument
QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
parley(9663) VocabularyView:
Object::connect: No such slot VocabularyModel
Object::connect: No such slot LeitnerView:
parley(9663) Script::activate: Activating Script "/usr/share/
parley(9663) Script::activate: "Parley"
Kross: "Error error=Failed to determine interpreter for scriptfile "/usr/share/
"
parley(9663) Script::activate: Script not activated
parley(9663) Script::activate: Activating Script "/usr/share/
parley(9663) Script::activate: "Parley"
Kross: "Error error=Failed to determine interpreter for scriptfile "/usr/share/
"
parley(9663) Script::activate: Script not activated
parley(9663) Script::activate: Activating Script "/usr/share/
parley(9663) Script::activate: "Parley"
Kross: "Error error=Failed to determine interpreter for scriptfile "/usr/share/
"
parley(9663) Script::activate: Script not activated
parley(9663) Script::activate: Activating Script "/usr/share/
parley(9663) Script::activate: "Parley"
Kross: "Error error=Failed to determine interpreter for scriptfile "/usr/share/
"
parley(9663) Script::activate: Script not activated
parley(9663) ParleyMainWindo
parley(9663) ParleyMainWindo
parley(9663) ParleyMainWindo
Object::disconnect: Unexpected null parameter
QObject::connect: Cannot connect (null):
derosa@bowman:~$
The first lines of those scripts seem to be correct:
derosa@bowman:~$ head /usr/share/
#!/usr/bin/env kross
# -*- coding: utf-8 -*-
import socket
import urllib2
import urllib
from sgmllib import SGMLParser
import Parley
import re
derosa@bowman:~$
Also, the "kross" command is available:
derosa@bowman:~$ /usr/bin/env kross
Syntax: kross scriptfile1 [scriptfile2] [scriptfile3] ...
derosa@bowman:~$
| Changed in kdeedu: | |
| status: | Unknown → New |
| Changed in kdeedu: | |
| status: | New → Fix Released |
| Changed in kdeedu: | |
| importance: | Unknown → Medium |
Do scripts start working if you install libkrosspython0?
Parley should at least have libkrosspython0 as a Recommends, so that it will get installed by default, but be removable without having to remove parley.