Miguel Turner
Miguel Turner
This actually happens because sortphotos tries to call Perl to run exiftool. Perl, of course is not installed on Windows by default. A pure Python alternative to exiftool would be...
Tacking on to this: in addition to WAITJOB I would like QWAIT as well. For my use case I queue many jobs (thousands, even millions) in a batch and I...
For anyone who comes across this issue, [gipc](https://pypi.org/project/gipc/) has worked very well for me.
Hi @RonaldinhoL. Can you share the code you are using that caused the issue? I need to be able to reproduce the problem in order to fix it. `sync()` will...
@RonaldinhoL Based on your comments, I understand that you are trying to do something like this: ```python import profig c = profig.Config('test.cfg') c.init('username', None) c.sync() ``` And what happens is...
I am also trying to use enum names instead of values (it would be a more sensible default, imo). The problem is that enums are handled as a special case...
I had this same question and found this issue. A workaround I've found is to comment my selection (`ctrl+/`), wrap it (`alt+q`), then uncomment (`ctrl+/`). :man_shrugging: