Skip to content

Python Issues in EggBot extension Funktion "EggBot Control -> Plot" in InkScape #23

@c-ruttkies

Description

@c-ruttkies

Ich habe Python issues mit einigen Funktionen in der InkScape extension:

Bei der Funktion "Extensions" -> "EggBot Control" -> "Plot"

Image

wirft InkScape den Fehler:

Traceback (most recent call last):
  File "/home/christoph/.config/inkscape/extensions/eggbot.py", line 1170, in <module>
    e.run()
  File "/usr/share/inkscape/extensions/inkex/base.py", line 131, in run
    self.save_raw(self.effect())
  File "/home/christoph/.config/inkscape/extensions/eggbot.py", line 199, in effect
    self.plotToEggBot()
  File "/home/christoph/.config/inkscape/extensions/eggbot.py", line 446, in plotToEggBot
    self.recursivelyTraverseSvg( self.svg, self.svgTransform )
  File "/home/christoph/.config/inkscape/extensions/eggbot.py", line 500, in recursivelyTraverseSvg
    matNew = ( Transform(matCurrent) @ Transform( node.get( "transform" ) ) ).matrix
TypeError: unsupported operand type(s) for @: 'Transform' and 'Transform'

Hängt das evtl mit meiner Python-Version zusammen?

InkScape 1.1
Python 3.10.12

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions