Hi-
I couldn't find this in the bugtracker, so signed up to ask here Hope this is appropriate... has there been a change to the SVG handling in recent devel nightlies (win 32 binary versions)?
Several extensions I had written no longer work. I also discuvered the Hello World example from the wiki shares the same error. http://wiki.inkscape.org/wiki/index.php/PythonEffectTutorial
The error is:
Traceback (most recent call last):
File "share\extensions\hello_world.py", line 57, in <module>
effect.affect()
File "C:\PF\Inkscape\share\extensions\inkex.py", line 154, in affect
self.effect()
File "share\extensions\hello_world.py", line 29, in effect
svg = self.document.getElementsByTagName('svg')[0]
AttributeError: 'etree._ElementTree' object has no attribute 'getElementsByTagName'
Also, is there an option in the .inx file I can set to permanently disable the live preview check option? My extension take a long time to run (>30 seconds) and the live preview becomes a pain.
Thanks.
-Rob A>