Skip to content

Prepare has no attribute 'run'  #134

@pierstu

Description

@pierstu

Hello, i'm likely having a python issue.

Bunsenlabs / Debian Buster, Inkscape 0.92.4 installed from apt
When I try to setup a new document, after hitting Apply i have a modal showing this error msg :

Traceback (most recent call last):
File "prepare.py", line 322, in
_main()
File "prepare.py", line 318, in _main
e.run()
AttributeError: Svg2ShenzhenPrepare instance has no attribute 'run'

Here's what python -tt returns in the terminal :

$ python -tt /usr/share/inkscape/extensions/svg2shenzhen/prepare.py
Traceback (most recent call last):
File "/usr/share/inkscape/extensions/svg2shenzhen/prepare.py", line 322, in
_main()
File "/usr/share/inkscape/extensions/svg2shenzhen/prepare.py", line 318, in _main
e.run()
AttributeError: Svg2ShenzhenPrepare instance has no attribute 'run'

Of course i've never been taught python and would like to bypass this error. Did anyone find a workaround?
Thanks, have a nice day

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions