Giter Club home page Giter Club logo

inkscape-ungroup-deep's People

Contributors

cw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

inkscape-ungroup-deep's Issues

optparse deprecated and replaced with argparser

When I'm trying this out, I run into this issue:

ungroup_deep.py:36: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser.You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar.
self.OptionParser.add_option("-s", "--startdepth",
ungroup_deep.py:40: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser.You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar.
self.OptionParser.add_option("-m", "--maxdepth",
ungroup_deep.py:44: DeprecationWarning: Effect.OptionParser or optparse has been deprecated and replaced with argparser.You must change self.OptionParser.add_option to self.arg_parser.add_argument; the arguments are similar.
self.OptionParser.add_option("-k", "--keepdepth",
ungroup_deep.py:276: DeprecationWarning: Effect.affect is now Effect.run(). The output argument has changed.
effect.affect()
ungroup_deep.py:267: DeprecationWarning: Effect.selected is now a dict in the svg. Use self.svg.selected.
if len(self.selected):
ungroup_deep.py:268: DeprecationWarning: Effect.selected is now a dict in the svg. Use self.svg.selected.
for elem in self.selected.itervalues():
Traceback (most recent call last):
File "ungroup_deep.py", line 276, in
effect.affect()
File "X:\Program Files\InkscapePortable\App\Inkscape\share\inkscape\extensions\inkex\deprecated.py", line 180, in affect
return self.run(args=args)
File "X:\Program Files\InkscapePortable\App\Inkscape\share\inkscape\extensions\inkex\base.py", line 123, in run
self.save_raw(self.effect())
File "ungroup_deep.py", line 268, in effect
for elem in self.selected.itervalues():
AttributeError: 'collections.OrderedDict' object has no attribute 'itervalues'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.