New issue 11 by m.defel: 0.5.0 and svn - keyError u'Opzioni' on vista
http://code.google.com/p/gui2exe/issues/detail?id=11
What steps will reproduce the problem?
1. launch gui2exe.py
What is the expected output? What do you see instead?
after the splash screen I see the Something Bad Appened window, but then
also that goes away, here is the stack trace:
*** 09 novembre 2009 @ 12:40:53 ***
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line
1342, in Notify
self.notify()
File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
14720, in Notify
self.result = self.callable(*self.args, **self.kwargs)
File "C:\Users\marco\workspace\GUI2Exe\GUI2Exe.py", line 3896, in ShowMain
frame = GUI2Exe(None, -1, "", size=(xvideo, yvideo))
File "C:\Users\marco\workspace\GUI2Exe\GUI2Exe.py", line 359, in __init__
self.BuildRibbonBar()
File "C:\Users\marco\workspace\GUI2Exe\GUI2Exe.py", line 592, in
BuildRibbonBar
tab = RB.RibbonPage(self._ribbon, wx.ID_ANY, label,
self.CreateBitmap(label))
File "C:\Users\marco\workspace\GUI2Exe\GUI2Exe.py", line 3402, in
CreateBitmap
return CreateBitmap(bmpName)
File "C:\Users\marco\workspace\GUI2Exe\Utilities.py", line 607, in
CreateBitmap
return catalog[bmpName].GetBitmap()
KeyError: u'Opzioni'
What version of GUI2Exe, Python and wxPython are you using? On what
operating system?
both GUI2Exe 0.5.0 and SVN checkout, python 2.5.4, wxpython 2.8.10.1
(Unicode)
on windows vista home premium
Please provide any additional information below.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 11 by andrea.gavana: 0.5.0 and svn - keyError
u'Opzioni' on vista
http://code.google.com/p/gui2exe/issues/detail?id=11
Thanks for the bug report, this has been fixed in revision 68 (thanks to
Diego for the
patch).