Summary: | PyKDE4 kate dynamic module does not define init function | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Davide Rossi <dappiu> |
Component: | pykde | Assignee: | kde-bindings |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | jasper.mackenzie, marcelo.jimenez, pbhj, someuniquename, tonal.promsoft |
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Davide Rossi
2012-12-12 23:35:45 UTC
I can confirm this bug on openSUSE 12.2 with KDE 4.9.5 Confirmed on openSUSE 12.3, kde 4.10.5 I have followed these instructions: http://kate-editor.org/get-it/ Got this on the console: kate(14371)/Kate (Plugins): "Traceback (most recent call last): File "/home/mroberto/kde/usr/share/apps/kate/plugins/pate/kate/__init__.py", line 42, in <module> from .api import * File "/home/mroberto/kde/usr/share/apps/kate/plugins/pate/kate/api.py", line 30, in <module> from PyKate4.kate import Kate ImportError: dynamic module does not define init function (initkate) Could not import kate" For the record, downgrading python-qt4-utils-4.10.4-130.1.x86_64 to python-qt4-utils-4.9.6-3.2.2.x86_64 And recompiling everything solved the issue. Confirmed on Kubuntu 14.04 with backport ppa KDE 4.14.1 Kate 3.14.1 Console output: kate(14053)/Kate (Plugins): "Traceback (most recent call last): File "/usr/share/kde4/apps/kate/plugins/pate/kate/__init__.py", line 42, in <module> from .api import * File "/usr/share/kde4/apps/kate/plugins/pate/kate/api.py", line 30, in <module> from PyKate4.kate import Kate ImportError: dynamic module does not define init function (initkate) Could not import kate" Problem persists in Ubunt 14.10: Kate: 3.14.1 Kdev Platform: 4.14.1 python-kdev4 (from ubuntu) 4:4.14.1-0ubuntu1 python3-pykde4 python3-pykde4 4:4.14.1-0ubuntu1 python-qt4 4.11.1+dfsg-1 I get the following when running kate from term: :~$ kate QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. kate(7195)/Kate (Plugins): "ImportError: No module named jedi Could not import jedi" kate(7195)/Kate (Plugins): "Traceback (most recent call last): File "/usr/share/kde4/apps/kate/plugins/pate/kate/__init__.py", line 42, in <module> from .api import * File "/usr/share/kde4/apps/kate/plugins/pate/kate/api.py", line 30, in <module> from PyKate4.kate import Kate ImportError: dynamic module does not define init function (initkate) Could not import kate" kate(7195)/Kate (Plugins): Could not get item string pate _pateUnloading kate(7195)/Kate (Plugins): Failed to resolve pate _pateUnloading KDE 4.14.1 on Kubuntu 14.04; kate 4:4.14.1-0ubuntu1~ubuntu14.04~ppa1 (same version for python-kde4, etc.). Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Hello, unfortunately this bug is being closed as unmaintained, per request of einar77. |