I'm running latest Spyder head. Here are some tracebacks that occurred to me.
This one trying to add new folder via context menu: Traceback (most recent call last): File "/home/user03/spyderlib/spyderlib/widgets/explorer.py", line 216, in <lambda> self.new_folder(fnames[-1])) IndexError: list index out of range This one few minutes later Traceback (most recent call last): File "/home/user03/spyderlib/spyderlib/widgets/sourcecode/codeeditor.py", line 930, in __mark_occurences self.occurences.pop(-1) IndexError: pop from empty list -- You received this message because you are subscribed to the Google Groups "spyder" group. To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/QD_1NLZJ5pcJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
