[python-win32] py2exe transparent icons

2006-04-18 Thread Metz, Bobby W, WCS
All, This may not be the right list for this, but I figured there's bound to be some py2exe experts. I'm distributing a Tkinter program using py2exe. The program uses a .ico file to change the default Tk icon. The .ico has a transparent background and looks fine when run as script.

Re: [python-win32] Embed PyCWnd in Tkinter Frame?

2006-04-11 Thread Metz, Bobby W, WCS
To: Metz, Bobby W, WCS; python-win32@python.org Subject: RE: [python-win32] Embed PyCWnd in Tkinter Frame? I've been searching for this all weekend and can't find what I consider a straight answer. I have an existing Tkinter app which automates IE but I'd really like to embed IE

Re: [python-win32] Garbage collection of dispatched classes withdispatched classes

2006-04-05 Thread Metz, Bobby W, WCS
for that. Bobby -Original Message- From: Mark Hammond [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 1:04 AM To: Metz, Bobby W, WCS; python-win32@python.org Subject: RE: [python-win32] Garbage collection of dispatched classes withdispatched classes Hi, I'm hoping someone might

Re: [python-win32] R: Acrobat Reader

2006-04-05 Thread Metz, Bobby W, WCS
Crashes my Python 2.4, but not the box (XP). FYI, AcroPDF.PDF isn't valid pre-7.0 it seems. B -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Gailer Sent: Wednesday, April 05, 2006 10:47 AM To: Mirco Furlan (Visionee) Cc: python-win32@python.org

Re: [python-win32] Acrobat Reader

2006-04-05 Thread Metz, Bobby W, WCS
FYI From the Adobe developer guide... Use of the ActiveX(r)Control or Netscape plug-in to display a PDF file in an external application besides Internet Explorer or Netscape. The methods used by Acrobat to display a PDF file in Netscape and Internet Explorer are intended only for use with these

[python-win32] Garbage collection of dispatched classes with dispatched classes

2006-04-04 Thread Metz, Bobby W, WCS
Hi, I'm hoping someone might provide some COM dispatching insights as I'm relatively new to it in Python. Does using static binding provide for better garbage collection when the dispatched class has dispatched classes of it's own? The nitty gritty... I'm dispatching a