Python Forum
Python for LCD2USB - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python for LCD2USB (/thread-5410.html)



Python for LCD2USB - Nier - Oct-02-2017

Hi all, i am using python 2.7 with synology ds110j. I installed an LCD2USB device and installed it with "easy_install" installed "lcd2usb" and "python-libusb1". Unfortunately when i typed "python -m lcd2usb", the response was "OSError: libusb-1.0.so: can not open shared object file: No such fil
e or directory "
So what should I do?thanks all

[Image: rMDskoN.jpg]lcd2usb#installation]https://pypi.python.org/pypi/lcd2usb#installation[/url]


RE: Python for LCD2USB - metulburr - Oct-02-2017

commonly .so shared object files are linux. The equivalent in Windows is usually .dll files. Also pypi only seems to show a tarball download source option. Between the two i would assume the library was meant for linux. I am not familiar with that library, so am not certain, but you can always try dll and see.