Hi Stefan,
> You probably need to include the common Control Manifest to supprt
> themes
> see in the py2exe\samples\advanced directory for an example how to do
> it.
>
I am already doing it. In my Setup.py there is a manifest file
embedded in a Python string. Plus, I *also* have a file called
My
; Sent: Tuesday, November 14, 2006 10:43 PM
> To: python-list@python.org
> Subject: PyWin32-winxptheme and py2exe
>
> Hi all,
>
>I am having some troubles mixing py2exe and winxptheme.
> Basically, I am using wxPython 2.7.2.0 with Python 2.5, and
> painting some
Hi all,
I am having some troubles mixing py2exe and winxptheme. Basically,
I am using wxPython 2.7.2.0 with Python 2.5, and painting some window
background using the UxTheme via winxptheme. This is what I am doing:
hwnd = MyWindow.GetHandle()
self.hTheme = winxptheme.OpenThemeData(hwnd, "Windo