Comment 33 for bug 169985

Revision history for this message
Jimmy Volatile (spam-useful) wrote : Re: [Bug 169985] Re: Slicing pluging (for web and whatnot)

I can confirm this. Whatever is written as the path in the export dialog,
the script fails with an error message saying:

"Usage: layer2png.py [options] SVGfile

layer2png.py: error: no such option: --tab"

Nothing is exported and the slices do not turn pink.

Kind regs, Jimmy Volatile

On Sun, Sep 20, 2009 at 8:05 AM, ~suv <email address hidden> wrote:

> oops - error:
>
> > Usage: layer2png.py [options] SVGfile
> >
> > layer2png.py: error: no such option: --tab
>
> layer2png.py is missing something like (copied from measure.py):
>
> self.OptionParser.add_option("--tab",
> action="store", type="string",
> dest="tab", default="sampling",
> help="The selected UI-tab when OK was pressed")
>
>