Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python for LCD2USB
#1
Sad 
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]
Reply
#2
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.
Recommended Tutorials:
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020