IDE not displaying Sketch
Version:11.0 beta 4 running on windows 10. IDE was working fine till yesterday. All of sudden, it does not display PDE files. Errors are shown as below in the shell.
occasion also, I re installed and the error got corrected.
Pinguino IDE started!
Traceback (most recent call last):
File "C:\Pinguino\v11\qtgui\ide\events\event_methods.py", line 973, in jump_dir_files
self.open_file_from_path(filename=getattr(list_widget_item, "path_file"))
File "C:\Pinguino\v11\qtgui\ide\methods\methods.py", line 37, in open_file_from_path
self.new_file(filename=filename)
File "C:\Pinguino\v11\qtgui\ide\methods\decorators.py", line 232, in wrapped
return fn(Pinguino, *args, **kwargs)
File "C:\Pinguino\v11\qtgui\ide\events\event_methods.py", line 49, in new_file
editor = PinguinoCodeEditor()
File "C:\Pinguino\v11\qtgui\ide\code_editor\pinguino_code_editor.py", line 27, in __init__
self.text_edit = CustomTextEdit(self, self.line_number)
File "C:\Pinguino\v11\qtgui\ide\code_editor\editor.py", line 25, in __init__
self.completer = PinguinoAutoCompleter()
File "C:\Pinguino\v11\qtgui\ide\code_editor\autocompleter.py", line 62, in __init__
self.namespaces = pickle.load(file_reserved)
File "C:\Python27\lib\pickle.py", line 1384, in load
return Unpickler(file).load()
File "C:\Python27\lib\pickle.py", line 864, in load
dispatch[key](self)
File "C:\Python27\lib\pickle.py", line 972, in load_string
raise ValueError, "insecure string pickle"
ValueError: insecure string pickle
|