Exporting xlsx spreadsheet
When trying to export a xlsx spreadsheet it returns
TypeError: '<' not supported between instances of 'dict' and 'dict'. Sometimes the last part changes to ...'str' and 'dict'. Any ideas?
Tagged:
When trying to export a xlsx spreadsheet it returns
TypeError: '<' not supported between instances of 'dict' and 'dict'. Sometimes the last part changes to ...'str' and 'dict'. Any ideas?
Comments
You should raise that as an issue, and attach the entire exception message. Just the bit you've posted is not very helpful, as it is just a genereic exception because a comparison is being attempted ("a less than b") with objects that cannot be compared (dictionaries).
If you can attach the file as well (or send it using the link in the bug wizard) that can help too if your file is not valid somehow.
Cheers sbj007. Will do that next time. After closing and opening Bonsai 3 times and trying the exact same thing, it just went through. Guess it was tired. Thanks for the tips for posting some other issue.