0

In would like to install an addon, but when I try to enable the addon I get an error message "Import error, no module named 'myname'.

In previous versions of Blender I had no problem in installation.

Peter Hilgers
  • 199
  • 4
  • 14

1 Answers1

1

The filename is not allowed to include "."

So my_addon_10.py is correct, but not my_addon_1.0.py.

Peter Hilgers
  • 199
  • 4
  • 14