Forums › BB Series Discussions › SDK Python on Linux – dependencies between .so files › Reply To: SDK Python on Linux – dependencies between .so files
CCanaff
Participant
Looks like it doesn’t work if bb_api.so is also present in the bbdevice directory as a copy of libbb_api.so or as a symbolic link…You have to be sure to make the bblib =CDLL(“bbdevice/libbb_api.so”)
in the bbdevice/bb_api.h file and to get the two libraries bbdevice/libbb_api.so and bbdevice/libftd2xx.so without file or symbolic link referring to bb_api.so in the bbdevice directory.
And the LD_LIBRARY_PATH have to be set.
Now it works…
Thanks for your help,
Charles
