
The output argument has changed.įile "tikz_export.py", line 1460, in main_inkscapeįile "/Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/inkex/deprecated.py", line 180, in affectįile "/Applications/Inkscape.app/Contents/Resources/share/inkscape/extensions/inkex/base.py", line 123, in runįile "tikz_export.py", line 1350, in effectĪttributeError: 'TikZPathExporter' object has no attribute 'selected_sorted'Īre there any other people having this issue? I really like this extension and would hate to not be able to use it. Tikz_export.py:1460: DeprecationWarning: Effect.affect is now n(). However, doing so relayed another error whose trace was: I got the same error that got and tried a fix by removing '-output' from line 668. I actually need tikz rather than a pdf export.

Raise ArgumentError(action, message % conflict_string)Īrgparse.ArgumentError: argument -o/-output: conflicting option string: -output


Parser.add_argument('-o', '-output', type=str,įile "C:\Program Files (x86)\inkscape\lib\python3.8\argparse.py", line 1386, in add_argumentįile "C:\Program Files (x86)\inkscape\lib\python3.8\argparse.py", line 1749, in _add_actionįile "C:\Program Files (x86)\inkscape\lib\python3.8\argparse.py", line 1590, in _add_actionĪction = super(_ArgumentGroup, self)._add_action(action)įile "C:\Program Files (x86)\inkscape\lib\python3.8\argparse.py", line 1400, in _add_actionįile "C:\Program Files (x86)\inkscape\lib\python3.8\argparse.py", line 1539, in _check_conflictĬonflict_handler(action, confl_optionals)įile "C:\Program Files (x86)\inkscape\lib\python3.8\argparse.py", line 1548, in _handle_conflict_error File "tikz_export.py", line 1459, in main_inkscapeĮffect = TikZPathExporter(inkscape_mode=True)įile "tikz_export.py", line 668, in _set_up_options
