Activity log for bug #1214577

Date Who What changed Old value New value Message
2013-08-20 20:33:03 Patrick Wang bug added bug
2013-08-20 20:34:53 Patrick Wang description Environment: RHEL 6, Inkscape is installed w/ Gentoo Prefix (also is python-2.7.5) When using Extensions->Render->LaTeX Formular, I got 'builtin_function_or_method' object has no attribute 'rsplit' at line 72 in eqtexsvg.py A workaround is to make such a modification, from: c_tag = c.tag.rsplit('}',1)[-1] to: c_tag = str(c.tag).rsplit('}',1)[-1] which makes the extension works normally. I guess it is, prospectively, safer not to convert c.tag into a string using str(), but to guarantee that itself is a string... Environment: RHEL 6, Inkscape is installed w/ Gentoo Prefix (also is python-2.7.5) When using Extensions->Render->LaTeX Formular, I got 'builtin_function_or_method' object has no attribute 'rsplit' at line 72 in eqtexsvg.py A workaround is to make such a modification, from: c_tag = c.tag.rsplit('}',1)[-1] to: c_tag = str(c.tag).rsplit('}',1)[-1] which makes the extension work normally. I guess it is, prospectively, safer not to convert c.tag into a string using str(), but to guarantee that itself is a string...
2013-08-21 16:28:08 Patrick Wang attachment added The SVG file that triggers the bug https://bugs.launchpad.net/inkscape/+bug/1214577/+attachment/3780894/+files/eq.svg
2013-09-06 13:02:26 jazzynico tags extensions-plugins latex
2015-03-12 20:02:26 Alexander inkscape: assignee Alexander (aralni)
2015-03-12 20:02:33 Alexander bug added subscriber Alexander
2022-03-05 20:04:53 Jonathan Hofinger inkscape: status New Invalid