[Bug 371565] [NEW] parley scripts fail to load
David Erosa
soulnet at gmail.com
Mon May 4 08:58:54 UTC 2009
Public bug reported:
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 at bowman:~$ LANG=C parley
/usr/share/themes/Guadalinex/gtk-2.0/gtkrc:56: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored.
/usr/share/themes/Guadalinex/gtk-2.0/gtkrc:57: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored.
/usr/share/themes/Guadalinex/gtk-2.0/gtkrc:58: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored.
parley(9663) KEduVocDocument::KEduVocDocument: constructor done
QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
parley(9663) VocabularyView::reset: reset
Object::connect: No such slot VocabularyModel::setLeitnerBox(KEduVocLeitnerBox*)
Object::connect: No such slot LeitnerView::setTranslation(KEduVocExpression*, int)
parley(9663) Script::activate: Activating Script "/usr/share/kde4/apps/parley/plugins/leo-dict.py"
parley(9663) Script::activate: "Parley"
Kross: "Error error=Failed to determine interpreter for scriptfile "/usr/share/kde4/apps/parley/plugins/leo-dict.py" lineno=-1 trace=
"
parley(9663) Script::activate: Script not activated
parley(9663) Script::activate: Activating Script "/usr/share/kde4/apps/parley/plugins/example.py"
parley(9663) Script::activate: "Parley"
Kross: "Error error=Failed to determine interpreter for scriptfile "/usr/share/kde4/apps/parley/plugins/example.py" lineno=-1 trace=
"
parley(9663) Script::activate: Script not activated
parley(9663) Script::activate: Activating Script "/usr/share/kde4/apps/parley/plugins/google_images.py"
parley(9663) Script::activate: "Parley"
Kross: "Error error=Failed to determine interpreter for scriptfile "/usr/share/kde4/apps/parley/plugins/google_images.py" lineno=-1 trace=
"
parley(9663) Script::activate: Script not activated
parley(9663) Script::activate: Activating Script "/usr/share/kde4/apps/parley/plugins/google_dictionary.py"
parley(9663) Script::activate: "Parley"
Kross: "Error error=Failed to determine interpreter for scriptfile "/usr/share/kde4/apps/parley/plugins/google_dictionary.py" lineno=-1 trace=
"
parley(9663) Script::activate: Script not activated
parley(9663) ParleyMainWindow::switchComponent: switch to component 1
parley(9663) ParleyMainWindow::switchComponent: old component 0x0 QObject(0x0)
parley(9663) ParleyMainWindow::switchComponent: new component 0x0 WelcomeScreen(0x884df30, name = "WelcomeScreen")
Object::disconnect: Unexpected null parameter
QObject::connect: Cannot connect (null)::activePartChanged( KParts::Part * ) to KHTMLPart::slotActiveFrameChanged( KParts::Part * )
derosa at bowman:~$
The first lines of those scripts seem to be correct:
derosa at bowman:~$ head /usr/share/kde4/apps/parley/plugins/leo-dict.py
#!/usr/bin/env kross
# -*- coding: utf-8 -*-
import socket
import urllib2
import urllib
from sgmllib import SGMLParser
import Parley
import re
derosa at bowman:~$
Also, the "kross" command is available:
derosa at bowman:~$ /usr/bin/env kross
Syntax: kross scriptfile1 [scriptfile2] [scriptfile3] ...
derosa at bowman:~$
** Affects: kdeedu (Ubuntu)
Importance: Undecided
Status: New
--
parley scripts fail to load
https://bugs.launchpad.net/bugs/371565
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeedu in ubuntu.
More information about the kubuntu-bugs
mailing list