Just been able to start latest nightly AppImage using LD_PRELOAD workaorund
suggested by Jon on this
list and I see this python tracback in the logs:
$ LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0
./PulseView-NIGHTLY-x86_64.AppImage
pulseview: /tmp/.mount_PulseVgaRtHZ/usr/lib/libselinux.so.1: no version
information available (required by /lib/x86_64-linux-gnu/libgio-2.0.so.0)
pulseview: /tmp/.mount_PulseVgaRtHZ/usr/lib/libselinux.so.1: no version
information available (required by /lib/x86_64-linux-gnu/libmount.so.1)
srd: ImportError: Failed to load decoder ir_irmp: import by name failed: No
module named '_ctypes'
srd: Traceback (most recent call last):
File
"/tmp/.mount_PulseVgaRtHZ/usr/share/libsigrokdecode/decoders/ir_irmp/__init__.py",
line 25, in <module>
from .pd import Decoder
File "/tmp/.mount_PulseVgaRtHZ/usr/share/libsigrokdecode/decoders/ir_irmp/pd.py",
line 22, in <module>
from . import irmp_library
File
"/tmp/.mount_PulseVgaRtHZ/usr/share/libsigrokdecode/decoders/ir_irmp/irmp_library.py",
line 25, in <module>
import ctypes
File "/tmp/.mount_PulseVgaRtHZ/usr/share/pyshared/ctypes/__init__.py", line 7, in
<module>
from _ctypes import Union, Structure, Array
ImportError: No module named '_ctypes'
srd: Failed to load decoder iec: missing or malformed 'tags' attribute
srd: Failed to load decoder gpib: missing or malformed 'tags' attribute
Note that the application starts regardless of those errors and seems to work ok
(tested with a cheap fx2lafw compatible using SPI decoder)
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel