Jim Easterbrook
Jim Easterbrook
I've been having some fun localising my Python interface to libexiv2 (v0.26 to 0.27.5) and it seems here is as good a place as any to report my findings. In...
I've never looked into this before. I'll do a bit of reading and see what's possible.
I've just been experimenting with Python's `idle` IDE (as that's the only one I use). Once gphoto2 has been imported (using idle's Python shell) you get tab-completion of function names,...
More discussion of SWIG and PEP-484 here: https://github.com/swig/swig/issues/735 Note that I'm not using SWIG's doxygen parsing as SWIG runs on the header files only, but gphoto2's doxygen comments are mostly...
I've done a bit of experimenting. It won't be possible to generate stub files with SWIG unless someone (not me) modifies SWIG. I tried using `stubgen` from `mypy` (https://mypy.readthedocs.io/en/stable/stubgen.html) on...
Check which version of libgphoto2 is being used by the gphoto2 command line tool (`gphoto2 --version`) and the Python interface (`python3 -m gphoto2`). If they are different then that could...
I've no idea. If you can do it using C then you should be able to do it using Python.
If you're using Python logging (`gp.use_python_logging()` function) then you can increase the verbosity by setting the Python logger to report `DEBUG` or `INFO` messages. I suspect what you want to...
A better workaround: when your browser shows the "secure connection failed" or similar page, click on the URL and change https: to http: and hit return.
I've updated the documentation to include the workaround. https://photini.readthedocs.io/en/latest/manual/flickr.html PS I reported the bug to Flickr several months ago. They acknowledge there is a problem but don't seem in any...