NameError: name 'default_26' is not defined
cystone opened this issue · 1 comments
cystone commented
After I installed the SCCAF, I got an error as follows:
from SCCAF import *
NameError Traceback (most recent call last)
in
----> 1 from SCCAF import *
/opt/anaconda3/lib/python3.8/site-packages/SCCAF/init.py in
73 '#000080',
74 '#808080',
---> 75 '#000000', ] + default_26
76
77
NameError: name 'default_26' is not defined
Anyone knew the reason and solving method?