On Linux, when I close main frame, sometimes I get the following exception:
#---- Traceback Info ----#
*** Sun Nov 29 22:48:28 2015 ***
Traceback (most recent call last):
File
"/mnt/windows/Users/Luca/Documents/lucappl/Applicazioni/songpress/master/src/SongpressFrame.py",
line 687, in OnFontSelected
File
"/mnt/windows/Users/Luca/Documents/lucappl/Applicazioni/songpress/master/src/SongpressFrame.py",
line 884, in SetFont
File "/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/_core.py", line
16707, in __getattr__
PyDeadObjectError: The C++ part of the MenuBar object has been deleted,
attribute access no longer allowed.
#---- End Traceback Info ----#
On Linux, when I close main frame, sometimes I get the following exception: