With SVN version now I get almost the same error. It still complains
about "ribbon"
and it still segfaults.
% python GUI2Exe.py
*** 17 January 2010 @ 15:30:16 ***
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_misc.py",
line 1342,
in Notify
self.notify()
File "/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py",
line
14716, in Notify
self.result = self.callable(*self.args, **self.kwargs)
File "GUI2Exe.py", line 3905, in ShowMain
frame = GUI2Exe(None, -1, "", size=(xvideo, yvideo))
File "GUI2Exe.py", line 434, in __init__
self.ReadConfigurationFile()
File "GUI2Exe.py", line 1555, in ReadConfigurationFile
self.ribbonChecks1[ID_MSW_Provider][0] = preferences["Ribbon_Style"][0]
== 0
KeyError: 'Ribbon_Style'
zsh: segmentation fault python GUI2Exe.py