On Tue, Oct 29, 2024 at 01:12:29PM +0100, Per Eric Rosén wrote: > Running csv2lyx.py from within Lyx Import -> Table (CSV) gives an error that > the flag "U" in open() calls is not supported. Editing the script and removing > the now unsupported "U" mode flag from open() calls makes it work again.
Right. Another workaround is to install lyx 2.4 from backports, python3 should be handled more gracefully there. Tobias, do you want this fix for 2.3 in bookworm? If so, cherry-picking bf4ba774c65 from lyx git tree would do the job. Pavel