https://bugzilla.novell.com/show_bug.cgi?id=707667 https://bugzilla.novell.com/show_bug.cgi?id=707667#c0 Summary: Python module DLFCN can not be found. Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: x86-64 OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: rwooninck@opensuse.org QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.825.0 Safari/535.1 SUSE/14.0.825.0 Running Synaptiks (KDE-Python application) from the console results in the following error: hq000006@HQVMT4XX20:/usr/lib64/python2.7> synaptiks Traceback (most recent call last): File "/usr/bin/synaptiks", line 8, in <module> load_entry_point('synaptiks==0.6.1', 'gui_scripts', 'synaptiks')() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 318, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2221, in load_entry_point return ep.load() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1954, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) File "/usr/lib/python2.7/site-packages/synaptiks/kde/__init__.py", line 39, in <module> from PyKDE4.kdecore import KAboutData, ki18nc File "/usr/lib64/python2.7/site-packages/PyKDE4/__init__.py", line 1, in <module> import sys,DLFCN ImportError: No module named DLFCN Also compiling the package KDEGAMES4 results in the same error. I have searched the internet and maybe the following upstream bug is related to this issue: http://bugs.python.org/issue12326 Also I found this forum thread on Gentoo: http://forums.gentoo.org/viewtopic-p-6753566.html?sid=99cb570869269aa4429ec5... Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.