You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use Scientific-Incskape v1.3.2 (current master, 3acb600)'s Autoexporter (pdf/png) with today's Inkscape 1.4-beta2, I get the following error after clicking "Apply":
Traceback (most recent call last):
File "C:\Users\jan\AppData\Roaming\inkscape\extensions\scientific_inkscape\autoexporter.py", line 34, in <module>
import dhelpers as dh
File "C:\Users\jan\AppData\Roaming\inkscape\extensions\scientific_inkscape\dhelpers.py", line 32, in <module>
import Style0
File "C:\Users\jan\AppData\Roaming\inkscape\extensions\scientific_inkscape\Style0.py", line 44, in <module>
class Style0(inkex.OrderedDict):
^^^^^^^^^^^^^^^^^
AttributeError: module 'inkex' has no attribute 'OrderedDict'
(after replacing all instances with collections.OrderedDict other issues arise. Is Scientific-Inkscape supporting 1.4 ?
When I try to use Scientific-Incskape v1.3.2 (current master, 3acb600)'s Autoexporter (pdf/png) with today's Inkscape 1.4-beta2, I get the following error after clicking "Apply":
(after replacing all instances with collections.OrderedDict other issues arise. Is Scientific-Inkscape supporting 1.4 ?
The text was updated successfully, but these errors were encountered: