Hi Adam,
I try to use pybleno on MacOS Mojave 10.14.6, when I try to import the pybleno
from pybleno import *
I got this error.
'OSError: dlopen(libc.so.6, 6): image not found'
I've done some research it seems that the on MacOS the file name of dynamic lib is '.dylib' instead of '.so'. There are some stack overflow thread on this like this, https://stackoverflow.com/questions/11554355/mac-os-x-lion-python-ctype-cdll-error-lib-so-6-image-not-found
I know I can make a soft-link to get it working, but maybe it could be better improved in library itself?
Thanks!
Hi Adam,
I try to use pybleno on MacOS Mojave 10.14.6, when I try to import the pybleno
from pybleno import *I got this error.
'OSError: dlopen(libc.so.6, 6): image not found'
I've done some research it seems that the on MacOS the file name of dynamic lib is '.dylib' instead of '.so'. There are some stack overflow thread on this like this, https://stackoverflow.com/questions/11554355/mac-os-x-lion-python-ctype-cdll-error-lib-so-6-image-not-found
I know I can make a soft-link to get it working, but maybe it could be better improved in library itself?
Thanks!