akshayrkulkarni / gui2exe

Automatically exported from code.google.com/p/gui2exe
0 stars 0 forks source link

Py2Exe don't run #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
#---- Notes ----#
Please provide additional information about the crash here

#---- System Information ----#
GUI2Exe Version: 0.5.0
Operating System: Windows XP (build 2600, Service Pack 3)
Python Version: 2.6.4 (r264:75706, Jan 22 2010, 16:41:54) [MSC v.1500 32
bit (Intel)]
wxPython Version: 2.8.10.1 (msw-unicode)
wxPython Info: (__WXMSW__, wxMSW, unicode, wx-assertions-on, SWIG-1.3.29)
Python Encoding: Default=mbcs  File=mbcs
wxPython Encoding: utf-8
System Architecture: 32bit x86
Byte order: little
Frozen: False
#---- End System Information ----#

#---- Traceback Info ----#
*** 03 aprile 2010 @ 15:03:34 ***
Traceback (most recent call last):
  File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py", line
1342, in Notify
    self.notify()
  File "C:\Python26\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:\Documents and
Settings\NJ\Documenti\GUI2Exe_0.5.0\GUI2Exe\GUI2Exe.py", line 3874, in ShowMain
    frame = GUI2Exe(None, -1, "", size=(xvideo, yvideo))
  File "C:\Documents and
Settings\NJ\Documenti\GUI2Exe_0.5.0\GUI2Exe\GUI2Exe.py", line 349, in __init__
    self.BuildRibbonBar()
  File "C:\Documents and
Settings\NJ\Documenti\GUI2Exe_0.5.0\GUI2Exe\GUI2Exe.py", line 582, in
BuildRibbonBar
    tab = RB.RibbonPage(self._ribbon, wx.ID_ANY, label,
self.CreateBitmap(label))
  File "C:\Documents and
Settings\NJ\Documenti\GUI2Exe_0.5.0\GUI2Exe\GUI2Exe.py", line 3380, in
CreateBitmap
    return CreateBitmap(bmpName)
  File "C:\Documents and
Settings\NJ\Documenti\GUI2Exe_0.5.0\GUI2Exe\Utilities.py", line 607, in
CreateBitmap
    return catalog[bmpName].GetBitmap()
KeyError: u'Opzioni'

*** 03 aprile 2010 @ 15:24:17 ***
Traceback (most recent call last):
  File "C:\Documents and
Settings\NJ\Documenti\GUI2Exe_0.5.0\GUI2Exe\extern\flatmenu\flatmenu.py",
line 523, in OnIdle
    def OnIdle(self, event):
TypeError: 'int' object is not callable

*** 03 aprile 2010 @ 22:01:02 ***
Traceback (most recent call last):
  File "C:\Documents and
Settings\NJ\Documenti\GUI2Exe_0.5.0\GUI2Exe\extern\flatmenu\flatmenu.py",
line 523, in OnIdle
    def OnIdle(self, event):
TypeError: 'int' object is not callable

#---- End Traceback Info ----#

Original issue reported on code.google.com by haworth...@gmail.com on 3 Apr 2010 at 8:10

GoogleCodeExporter commented 9 years ago
Fixed in SVN and in release 0.5.1 (on the download page).

Original comment by andrea.gavana@gmail.com on 24 Aug 2011 at 5:19