Hello all – I’m attempting to use my Axidraw A3 SE with a Raspberry Pi 4 and Inkscape. I believe I’ve all the correct extensions installed for Inkscape, including plotink. But perhaps they’re not in the right place? I’m getting this error when I attempt to connect to the plotter:
Traceback (most recent call last):
File "axidraw_control.py", line 39, in <module>
import ebb_serial # Requires v 0.13 in plotink: https://github.com/evil-mad/plotink
File "/home/pi/.config/inkscape/extensions/ebb_serial.py", line 39, in <module>
from .plot_utils_import import from_dependency_import
ValueError: Attempted relative import in non-package
Any advice or suggestions suggestions? I feel like I’m this close to getting it all working. Thanks in advance for the help!