| Summary: | systemsettings -> printer config doesn#t work | ||
|---|---|---|---|
| Product: | [Unmaintained] system-config-printer-kde | Reporter: | Toralf Förster <toralf.foerster> |
| Component: | general | Assignee: | Jonathan Riddell <jr> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | franz.trischberger, vladrassokhin |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | valgrind output | ||
|
Description
Toralf Förster
2011-08-07 16:10:37 UTC
> RuntimeError: the PyQt4.QtCore module is version 1 but the PyKDE4.kdecore module requires version -1
Looks like a version mismatch between Python bindings for Qt4 and KDE4. Could you check if other Python KDE applications work?
Thes 2 packages depend here under Gentoo : tfoerste@n22 ~/devel/wireshark $ equery d kde-base/pykde4 * These packages depend on kde-base/pykde4: kde-base/plasma-workspace-4.6.5 (python ? >=kde-base/pykde4-4.6.5:4[aqua=]) kde-base/system-config-printer-kde-4.6.5 (>=kde-base/pykde4-4.6.5:4[aqua=]) and - yes - the plasma workspace works (although it crashes sometimes, usually during logout). Argh - wrong package name, but same results :-) :
tfoerste@n22 ~/devel/linux $ equery d dev-python/PyQt4
* These packages depend on dev-python/PyQt4:
kde-base/plasma-workspace-4.6.5 (python ? >=dev-python/PyQt4-4.4.0[X])
kde-base/pykde4-4.6.5-r1 (aqua ? >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,aqua])
(!aqua ? >=dev-python/PyQt4-4.8.2[dbus,declarative,sql,svg,webkit,X])
This most likely is just a Gentoo issue. https://bugs.gentoo.org/show_bug.cgi?id=409975 kpythonpluginfactory here is a simple wrapper, which loads the actual factory. As the gentoo bug is marked with "Track Upstream", and in my opinion it is NOT a problem inside pykde4, I ask you to apply the patch posted in the gentoo bug (kpythonpluginwrapper.c is located in $PORTDIR/kde-base/pykde4/files), and to report back when the patch fixes the issues for you. (In reply to comment #4) > This most likely is just a Gentoo issue. > https://bugs.gentoo.org/show_bug.cgi?id=409975 > kpythonpluginfactory here is a simple wrapper, which loads the actual > factory. > As the gentoo bug is marked with "Track Upstream", and in my opinion it is > NOT a problem inside pykde4, I ask you to apply the patch posted in the > gentoo bug (kpythonpluginwrapper.c is located in > $PORTDIR/kde-base/pykde4/files), and to report back when the patch fixes the > issues for you. yes- fixed for me - closed this bug |