Am 16.05.2017 um 20:58 schrieb Luya Tshimbalanga:
python2-lcms2 just landed in the repository https://koji.fedoraproject.org/koji/packageinfo?packageID=24206 Attempting to run swatcbooker resulted his error: $ swatchbooker Traceback (most recent call last): File "/usr/share/swatchbooker/swatchbooker.pyw", line 27, in <module> from sbcommon import * File "/usr/share/swatchbooker/sbcommon.py", line 27, in <module> from swatchbook import * File "/usr/lib/python2.7/site-packages/swatchbook/__init__.py", line 26, in <module> from color import * File "/usr/lib/python2.7/site-packages/swatchbook/color.py", line 22, in <module> from lcms2 import * File "/usr/lib/python2.7/site-packages/swatchbook/lcms2.py", line 601, in <module> _libs["lcms2"] = load_library("lcms2") File "/usr/lib/python2.7/site-packages/swatchbook/lcms2.py", line 350, in load_library return self.load(path) File "/usr/lib/python2.7/site-packages/swatchbook/lcms2.py", line 366, in load raise ImportError(e) ImportError: /lib/liblcms2.so.2.0.8: wrong ELF class: ELFCLASS32 python2-lcm2 was supposed to resolve the issue but it seems no effect, what will be missing piece to properly bind lcms2 using python2-lcms2 or a better approach? Current swatchbooker spec: https://src.fedoraproject.org/cgit/rpms/swatchbooker.git/tree/swatchbooker.spec Thanks in advance
It looks like you are having python2-lcm in 32-bit flavour installed on a 64-bit machine…
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx