jim-easterbrook / python-gphoto2

Python interface to libgphoto2
GNU Lesser General Public License v3.0
370 stars 59 forks source link

undefined symbol: gp_camera_get_single_config #28

Closed jim-easterbrook closed 7 years ago

jim-easterbrook commented 7 years ago

Version 1.5.1 of the Python interface attempts to be compatible with old versions of libgphoto2 that don't have the gp_camera_get_single_config function as well as new versions that do. However this is failing on some installations producing an import error.

The temporary solution is to use the previous version: sudo pip install -v gphoto2==1.5.0

jim-easterbrook commented 7 years ago

Commit 90542fb should fix this bug.

jim-easterbrook commented 7 years ago

This has now been released as v1.6.0.