Thomas Perl
                                            Thomas Perl
                                        
                                    Closing for now. Please reopen once rebased.
This has been implemented in 2.26 with the "separate" configuration: > New separate configuration option for reporters to split reports into one-per-job (contributed by Ryne Everett)
> About the idea with configuring the output file: I'm not sure if I understand the benefit. Can I achieve something more with this than just by taking `STDOUT` and...
Not submodule, but subprocess.
For the loading part, it seems like it uses the file extension to distinguish between file types (`vidcutter/vidcutter.py`): ``` project_type = info.suffix() ... if project_type == 'vcp' and linenum ==...
For the saving part, seems like it should work with the filter alone, but it doesn't work for me (Flatpak/Linux). A naive solution (which most likely has [sandboxing restrictions](https://stackoverflow.com/questions/1953631/qfiledialog-adding-extension-automatically-when-saving-file#comment127090955_70085344)) would...
Looks like `_find_spec` / `find_spec` has been added in Python 3.4? https://docs.python.org/3/library/importlib.html#importlib.abc.MetaPathFinder.find_spec Are you sure you have the right bundled/frozen importlib/standard library?
The SFOS-specific repo is now available at https://github.com/sailfishos/gst-av and this patch has been merged there.
Sounds like a AdvancedOrthoElevationCreator issue and not a pyotherside issue. Have you installed osgeo? dilloncsr ***@***.***> schrieb am Do. 16. Feb. 2023 um 16:45: > When I import a python...