Summary: | [PATCH] pykde4: Use ctypes instead of DLFCN | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Max <makc> |
Component: | general | Assignee: | kde-bindings |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | cfeck, cpigat242, justin.zobel, lbeltrame, opensource, rakuco, simon, wolfgang |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | fix pykde4 for freebsd |
Description
Max
2009-05-03 21:36:44 UTC
Created attachment 33324 [details]
fix pykde4 for freebsd
Can you please confirm if this is still valid? Yes, it's still true. The patch is included to FreeBSD ports: http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/kdebindings4-python-pykde4/files/patch-python__pykde4____init__.py This crash report is at least 3 years old and there were no further comments or status updates since then. Therefore we believe that this crash is already fixed in recent KDE 4 versions or the backtrace is no longer applicable to the current KDE 4 sources. If the crash still happens with a recent KDE version (4.10.5 or 4.11), please add an updated backtrace or provide steps to reproduce. For more information, see http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports (To prevent automatic closing of this bug in the future, please set the bug status to ASSIGNED or CONFIRMED) DLFCN is not available on FreeBSD:
Python 2.7.5 (default, Aug 26 2013, 20:36:51)
[GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys,DLFCN
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named DLFCN
We still have to use the patch.
Thanks for the feedback, reopening. Thank you for the report. As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved. I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you. well, 11 years later ! now that Python 2.7 and KDE 4 is deprecated i guess we can close it. (In reply to Mathieu Jobin from comment #8) > well, 11 years later ! now that Python 2.7 and KDE 4 is deprecated > i guess we can close it. Absolutely! |