Python Forum

Full Version: Python for LCD2USB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
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.