You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
Here's what python -tt returns in the terminal :
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
The text was updated successfully, but these errors were encountered: