> On 15 Jan 2024, at 15:24, Patrick Dupre via users <users@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > > Traceback (most recent call last): > File "/usr/share/lyx/scripts/convertDefault.py", line 68, in <module> > if sys.argv[3] == 'ppm' and (im and version >= 0x060305 or gm): > ^^^^^^^^^^^^^^^^^^^ > TypeError: '>=' not supported between instances of 'str' and 'int' That is bad python code. Version is a string and cannot be compare against 0x060305. Suggest you report against the RPM package that /usr/share/lyx/scripts/convertDefault.py comes from. Barry -- _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue