It's definitely something that is triggered by having duplicate .inx ids when inkscape loads.
For example if you have my_extension.inx anywhere in the user extension folder and then another file my_extensions.inx somewhere else anywhere in the extensions folder.
If they have the same <id>org.inkscape.extension_name</id> then that message will appear.
It does not matter if the filenames are different, it is typically caused by having multiple installations of the same extension.
Trying to start up AxiDraw Control on my Mac and getting following Error:
/Applications/Inkscape.app/Contents/Resources/bin/python3: can't find '__main__' module in '//.'
How to fix this?
Thanks,
Baris
Have the answers to those questions ready and contact the Axidraw team on their contact form or through their Discord chat.
That's my suggestion. :)
A separate question to ask is whether your other Inkscape extensions are running correctly.
I'm not sure if this is the problem you have.
It's definitely something that is triggered by having duplicate .inx ids when inkscape loads.
For example if you have
my_extension.inx
anywhere in the user extension folder and then another filemy_extensions.inx
somewhere else anywhere in the extensions folder.If they have the same
<id>org.inkscape.extension_name</id>
then that message will appear.It does not matter if the filenames are different, it is typically caused by having multiple installations of the same extension.