Pressed Alt-Up quickly and repeatedly while moving an event vertically.
Traceback (most recent call last):
File "timelinelib\wxgui\components\timeline.pyc", line 391, in _on_key_down
File "timelinelib\view\drawingarea.pyc", line 384, in key_down
File "timelinelib\view\drawingarea.pyc", line 394, in _try_move_event_vertically
File "timelinelib\view\drawingarea.pyc", line 409, in _move_event_vertically
File "timelinelib\db\utils.pyc", line 95, in safe_locking
File "timelinelib\wxgui\components\timeline.pyc", line 300, in edit_ends
File "timelinelib\wxgui\dialogs\mainframe.pyc", line 828, in edit_ends
File "timelinelib\application.pyc", line 129, in edit_ends
File "timelinelib\application.pyc", line 178, in _unlock
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\JMS\\Dropbox\\College\\Miscellaneous\\Final Push - Semester 2.timeline.lock'
Timeline version: 1.5.0
System version: Windows, JMS-Tablet, 7, 6.1.7601, AMD64, Intel64 Family 6 Model 42 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)
The problem can be reproduced in th efollowing way:
It's the os.remove() command that throws the exception.
Solution: The exception is replaced with a warning message