Richard Heck wrote: > It might be possible to specify the full path to the python version you > want to use in > the relevant converter definition. But I am not sure.
This is possible. The magic happens only for "python -tt". Even specifying only "python3" or "python3 -tt" as the interpreter for self defined converters should work, if python3 is in the path. If it does not, please report a bug, this can probably be fixed easily. Georg