


_option('-i', '-ios_icons', action = 'store',Īpp_icon.py:18: DeprecationWarning: Effect.OptionParser or `optparse` has been deprecated and replaced with `argparser`.You must change `_option` to `self.arg_parser.add_argument` the arguments are similar. Īpp_icon.py:15: DeprecationWarning: Effect.OptionParser or `optparse` has been deprecated and replaced with `argparser`.You must change `_option` to `self.arg_parser.add_argument` the arguments are similar. I successfully managed to replace the deprecated Methods from Lines 95, 81 and 82 - but didn't manage for 15 and 18 with my little Python knowledge - not even with the Help of the Python argparse module Documentation.

When I tried to run your Extension, unfortunately no Icon gets exported.įrom what I understand, it seems that several Methods you used have been deprecated. I've installed your extension with Inkscape 1.0beta2 (2b71d25, ) on macOS Catalina 10.15.3.
