|
|
2011-02-08
, 19:56
|
|
|
Posts: 23 |
Thanked: 1 time |
Joined on Oct 2010
|
#21
|
|
|
2011-02-09
, 15:02
|
|
Posts: 74 |
Thanked: 5 times |
Joined on Mar 2010
@ torino - italia
|
#22
|
python Error in sys.excepthook: Traceback (most recent call last): File "/home/opt/pygtkeditor/pge_report.py", line 23, in my_excepthook formatted_text = "%s Version %s\nTrace : %s\nComments : " (str(APP_NAME), str(APP_VERSION), s) TypeError: 'str' object is not callable Original exception was: Traceback (most recent call last): File "/home/opt/pygtkeditor/pge_window.py", line 492, in menu_button_clicked prefs.edit(self) File "/home/opt/pygtkeditor/pge_preferences.py", line 100, in edit w_font.set_active(font_names.index(self.prefs_dict['font_name'])) ValueError: list.index(x): x not in list