f18 kde-4.9.97 builds pushed to kde-unstable last night.
enjoy.
-- rex
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped working.. "could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan Speed is one for example..
I Wonder if anyone else is seeing this?
Thanks again to all involved :)
Colin
On 01/05/2013 03:16 PM, Colin J Thomson wrote:
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped working.. "could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan Speed is one for example..
I heard some grumbling upstream about related issues, can you give me a specific plasmoid (preferably with links) so I can test/reproduce this?
-- rex
On Saturday 05 Jan 2013 16:49:11 Rex Dieter wrote:
On 01/05/2013 03:16 PM, Colin J Thomson wrote:
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped working.. "could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan Speed is one for example..
I heard some grumbling upstream about related issues, can you give me a specific plasmoid (preferably with links) so I can test/reproduce this?
Sure..
http://kde-look.org/content/show.php/FanSpeed?content=111753
This is Fan Speed, you can also add it via the "add widgets" option.
Colin
On , Colin J Thomson wrote:
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped working.. "could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan Speed is one for example..
I Wonder if anyone else is seeing this?
Thanks again to all involved :)
Colin
Veromix is another example - when adding it as a widget you get a dialog to search for scriptengine-python and that is not found so the widget is not working.
On Saturday 05 of January 2013 22:57:43 Colin J Thomson wrote:
On Saturday 05 Jan 2013 16:49:11 Rex Dieter wrote:
On 01/05/2013 03:16 PM, Colin J Thomson wrote:
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped working.. "could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan Speed is one for example..
I heard some grumbling upstream about related issues, can you give me a specific plasmoid (preferably with links) so I can test/reproduce this?
Sure..
http://kde-look.org/content/show.php/FanSpeed?content=111753
This is Fan Speed, you can also add it via the "add widgets" option.
I can confirm this problem with Fan Speed. Running plasma-desktop from console shows this error when adding the applet:
plasma-desktop(5810)/python (plugin) KPythonPluginFactory::create: Path to plugin code is: "/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py" plasma-desktop(5810)/python (plugin): Failed to import module Traceback (most recent call last): File "/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py", line 20, in <module> from PyQt4.QtCore import * ImportError: /usr/lib64/python2.7/site-packages/PyQt4/QtCore.so: undefined symbol: PyExc_ValueError plasma-desktop(5810)/libplasma Plasma::loadEngine: Couldn't load script engine for language "python" ! error reported: "The service 'Python Widget' does not provide an interface 'Plasma::AppletScript' with keyword 'plasma_scriptengine_python/pyappletscript.py'"
Which looks like ABI break in PyQt4 to me (?).
Dan
Colin
Fedora 18 (Spherical Cow) Registered Linux user number #342953
kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
On Mon 07 of Jan 2013 9:47:22 Daniel Vrátil wrote:
On Saturday 05 of January 2013 22:57:43 Colin J Thomson wrote:
On Saturday 05 Jan 2013 16:49:11 Rex Dieter wrote:
On 01/05/2013 03:16 PM, Colin J Thomson wrote:
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped
working..
"could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan
Speed is
one for example..
I heard some grumbling upstream about related issues, can you
give me a
specific plasmoid (preferably with links) so I can test/reproduce this?
Sure..
http://kde-look.org/content/show.php/FanSpeed?content=111753
This is Fan Speed, you can also add it via the "add widgets" option.
I can confirm this problem with Fan Speed. Running plasma-desktop from console shows this error when adding the applet:
plasma-desktop(5810)/python (plugin) KPythonPluginFactory::create:
Path to
plugin code is: "/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py" plasma-desktop(5810)/python (plugin): Failed to import module Traceback (most recent call last): File
"/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py",
line 20, in <module> from PyQt4.QtCore import * ImportError: /usr/lib64/python2.7/site-packages/PyQt4/QtCore.so:
undefined
symbol: PyExc_ValueError plasma-desktop(5810)/libplasma Plasma::loadEngine: Couldn't load
script
engine for language "python" ! error reported: "The service 'Python Widget' does not provide an interface 'Plasma::AppletScript' with
keyword
'plasma_scriptengine_python/pyappletscript.py'"
I have the same problem with running Python Runner example from docs[1].
This error is weird, I can run "from PyQt4.QtCore import *" from Python interactive shell just fine, but it fails when runned from KRunner.
Rebuilding PyQt4 doesn't fix the issue for me.
Radek Novacek
[1] http://techbase.kde.org/Development/Tutorials/Plasma/PythonRunner
Which looks like ABI break in PyQt4 to me (?).
Dan
Colin
Fedora 18 (Spherical Cow) Registered Linux user number #342953
kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
Rex Dieter wrote:
On 01/05/2013 03:16 PM, Colin J Thomson wrote:
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped working.. "could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan Speed is one for example..
I heard some grumbling upstream about related issues, can you give me a specific plasmoid (preferably with links) so I can test/reproduce this?
Following, https://bugs.kde.org/show_bug.cgi?id=312618
seems to be tracking this issue.
-- rex
On Monday 07 Jan 2013 11:01:27 Rex Dieter wrote:
Rex Dieter wrote:
On 01/05/2013 03:16 PM, Colin J Thomson wrote:
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped working.. "could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan Speed is one for example..
I heard some grumbling upstream about related issues, can you give me a specific plasmoid (preferably with links) so I can test/reproduce this?
Following, https://bugs.kde.org/show_bug.cgi?id=312618
seems to be tracking this issue.
Thanks Rex,
Colin
On 01/07/2013 11:01 AM, Rex Dieter wrote:
Rex Dieter wrote:
On 01/05/2013 03:16 PM, Colin J Thomson wrote:
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped working.. "could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan Speed is one for example..
I heard some grumbling upstream about related issues, can you give me a specific plasmoid (preferably with links) so I can test/reproduce this?
Following, https://bugs.kde.org/show_bug.cgi?id=312618
seems to be tracking this issue.
And, should be fixed in pykde4-4.9.97-3 build heading to repos now.
(though you may need to restart your session after upgrading to it)
-- rex
On , Rex Dieter wrote:
On 01/07/2013 11:01 AM, Rex Dieter wrote:
Rex Dieter wrote:
On 01/05/2013 03:16 PM, Colin J Thomson wrote:
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped working.. "could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan Speed is one for example..
I heard some grumbling upstream about related issues, can you give me a specific plasmoid (preferably with links) so I can test/reproduce this?
Following, https://bugs.kde.org/show_bug.cgi?id=312618
seems to be tracking this issue.
And, should be fixed in pykde4-4.9.97-3 build heading to repos now.
(though you may need to restart your session after upgrading to it)
-- rex
kde mailing list kde@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/kde New to KDE4? - get help from http://userbase.kde.org
Just updated from the kde-unstable repo. Veromix working again, so all is good. Thanks Rex.
On Monday 07 Jan 2013 21:43:17 Andrei Amuraritei wrote:
On , Rex Dieter wrote:
On 01/07/2013 11:01 AM, Rex Dieter wrote:
Rex Dieter wrote:
On 01/05/2013 03:16 PM, Colin J Thomson wrote:
Hi Rex,
On Saturday 05 Jan 2013 15:02:47 Rex Dieter wrote:
f18 kde-4.9.97 builds pushed to kde-unstable last night.
The usual flawless upgrade.. One thing I have noticed some of my plasmoids have stopped working.. "could not create python ScriptEngine"
I have all the required files and I'll dig a little deeper later. The Plasmoids are third party ones but worked fine in 4.9.95. Fan Speed is one for example..
I heard some grumbling upstream about related issues, can you give me a specific plasmoid (preferably with links) so I can test/reproduce this?
Following, https://bugs.kde.org/show_bug.cgi?id=312618
seems to be tracking this issue.
And, should be fixed in pykde4-4.9.97-3 build heading to repos now.
(though you may need to restart your session after upgrading to it)
Just updated from the kde-unstable repo. Veromix working again, so all is good. Thanks Rex.
Confirmed fixed here also Rex,
Thanks
Colin
Andrei Amuraritei wrote:
Veromix is another example - when adding it as a widget you get a dialog to search for scriptengine-python and that is not found so the widget is not working.
You mean PackageKit doesn't find the package? That's a different issue then, and needs to be reported to me (as the author of https://fedoraproject.org/wiki/Features/Plasma_PackageKit_Integration).
Kevin Kofler
I wrote:
Andrei Amuraritei wrote:
Veromix is another example - when adding it as a widget you get a dialog to search for scriptengine-python and that is not found so the widget is not working.
You mean PackageKit doesn't find the package? That's a different issue then, and needs to be reported to me (as the author of https://fedoraproject.org/wiki/Features/Plasma_PackageKit_Integration).
PS: FYI, I've just tested this on Fedora 17 with current stable updates (installing Veromix without plasma-scriptengine-python installed), it worked exactly as designed (Apper found and installed the package for me).
Kevin Kofler
On , Kevin Kofler wrote:
I wrote:
Andrei Amuraritei wrote:
Veromix is another example - when adding it as a widget you get a dialog to search for scriptengine-python and that is not found so the widget is not working.
You mean PackageKit doesn't find the package? That's a different issue then, and needs to be reported to me (as the author of
https://fedoraproject.org/wiki/Features/Plasma_PackageKit_Integration).
PS: FYI, I've just tested this on Fedora 17 with current stable updates (installing Veromix without plasma-scriptengine-python installed), it worked exactly as designed (Apper found and installed the package for me).
Hello Kevin,
Yes while getting the dialog about Veromix requiring scriptengine-python, Apper would not find it. Now after Rex pushed the fix and Veromix was working, I've yum erase plasma-scriptengine-python. Then tried to add Veromix widget I got the requires scriptengine-python dialog, but this time Apper found it and let me install it. So, yes working for me also.