[python-win32] How to use IExtractImage in python

2007-04-19 Thread Tony Cappellini
Steven Would it be possible to launch AutoCad, then use Python/PIL to do screenshots of the images? Message: 1 Date: Wed, 18 Apr 2007 09:15:29 -0400 From: "Steven James" <[EMAIL PROTECTED]> Subject: [python-win32] How to use IExtractImage in python To: python-win32@python.org Message-ID: <

Re: [python-win32] com events while running wx main loop

2007-04-19 Thread Thomas Heller
Christian K. schrieb: > > Now I installed comtypes from svn and get this error running your new > example: > > Traceback (most recent call last): >File "C:\Dokumente und Einstellungen\ck\Desktop\x.py", line 64, in ? > Listener() >File "C:\Dokumente und Einstellungen\ck\Desktop\x.py",

Re: [python-win32] How to use IExtractImage in python

2007-04-19 Thread Steven James
I could generate the thumbnails myself, or write a script to generate the thumbnails, yes. Unfortunately in this case the files I'm previewing may change at any time so pre-generation of the previews would not be possible. I also need to be able to generate them on the fly. I could write a server

Re: [python-win32] How to use IExtractImage in python

2007-04-19 Thread Mark Hammond
> I have been delving in to the process of adding support for IExtractImage to > pythonwin. I have run makegw on the necessary files, added the resulting .cpp > and .h files to com/win32comext/shell/src, added references in shell.cpp and > setup.py, and now it seems all that is left to do is implem