Re: PyWin32-winxptheme and py2exe

2006-11-15 Thread Andrea Gavana
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

RE: PyWin32-winxptheme and py2exe

2006-11-15 Thread Stefan Schukat
; 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

PyWin32-winxptheme and py2exe

2006-11-14 Thread Andrea Gavana
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