Friends, I am using spyderlib 2.3.5.2 version. I am getting below error when I import
from spyderlib.widgets.dicteditor import DictEditor. The error is : AttributeError: 'unicode' object has no attribute 'append' Error trace ( without the location specified for security reason ) : 1> from spyderlib.widgets.dicteditor import DictEditor 1> File "<Path>\spyderlib\widgets\dicteditor.py", line ##, in <module> 1> from spyderlib.utils.qthelpers import mimedata2url 1> File "<Path>\spyderlib\utils\qthelpers.py", line ##, in <module> 1> from spyderlib.guiconfig import get_shortcut 1> File "<Path>\spyderlib\guiconfig.py", line ##, in <module> 1> set_default_color_scheme(_name, replace=False) 1> File "<Path>spyderlib\guiconfig.py", line ##, in set_default_color_scheme 1> set_color_scheme(name, sh.get_color_scheme(name), replace=replace) 1> File "<Path>spyderlib\guiconfig.py", line ##, in set_color_scheme 1> names.append(to_text_string(name)) 1> AttributeError: 'unicode' object has no attribute 'append' Anyone has any idea why there is an error, please guide me if I'm missing anything. Thanks Ravi. -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
