Crash report: TypeError: unsupported operand type(s) for +: 'int' and 'TimeDelta'
Cross-platform app for displaying and navigating events on a timeline.
Brought to you by:
rickardlindberg,
rogerlindberg
Describe what you did here...
Traceback (most recent call last):
File "timelinelib\wxgui\dialogs\eventeditor.pyc", line 188, in _chb_period_on_checkbox
TypeError: unsupported operand type(s) for +: 'int' and 'TimeDelta'
Timeline version: 1.6.0
System version: Windows, PC_82QB5, 8, 6.2.9200, AMD64, Intel64 Family 6 Model 45 Stepping 7, GenuineIntel
Python version: 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)]
wxPython version: 2.8.12.1 (msw-unicode)
It's very easy to reproduce.
This problem seems to have been fixed i version 1.7.0, but instead another error occured when trying to ok the event in a numeric timeline. This error is now fixed.