Hi,
I've been using Andrea Gavana's fantastic gui2exe (v0.1) for a while
now and have had no problems.
I've just downloaded the latest build and am having problems with what
looks to be the SuperToolTip popup. Every time I place my mouse arrow
over a widget I get the following console error:
#---- System Information ----#
GUI2Exe Version: 0.2
Operating System: Windows XP (build 2600, Service Pack 3)
Python Version: 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310
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
Byte order: little
Frozen: False
#---- End System Information ----#
#---- Traceback Info ----#
*** 30 July 2009 @ 12:30:18 ***
Traceback (most recent call last):
File "C:\gui2exe\BaseBuilderPanel.py", line 141, in OnEnterWindow
self.tipWindow = TransientPopup(self, compiler, option, tip, note)
File "C:\gui2exe\Widgets.py", line 2783, in __init__
TransientBase.__init__(self, parent, compiler, option, tip, note)
File "C:\gui2exe\Widgets.py", line 2593, in __init__
self.DropShadow()
File "C:\gui2exe\Widgets.py", line 2724, in DropShadow
rgn = win32gui.CreateRoundRectRgn(0, 0, size.x, size.y, 9, 9)
AttributeError: 'module' object has no attribute 'CreateRoundRectRgn'
I see that my system specs are included in the console printout (so I
won't bother posting them).
Also when i hit the 'Report Error' button I got another error box
saying:
'Cannot start Microsoft Office Outlook. The command line argument is
not valid. Verify the switch you are using.'
Just before I posted this message I've noticed that if I turn off
'Show tooltips' (under options) the error no longer occurs.
Thanks for any feedback regarding this problem,
Andrew