Re: [python-win32] can't import dde module after importing win32ui

2011-03-24 Thread Michel Claveau
Hi! I have also/another problem with win32ui in 216 version: on several COM's servers, if the line import win32ui is present, servers can not be contacted. If I comment the line, no more problem. Uncomment, problem is coming back. Waiting a solution, I come back to 214. @-salutations --

Re: [python-win32] Catching Send To in Office

2011-03-24 Thread Mike Driscoll
Hi Tony, On 1:59 PM, Tony Cappellini wrote: On 1:59 PM, Tim Roberts wrote: Mike Driscoll wrote: Does anyone know of a way to catch the Send To Mail Recipient in Microsoft Word or Excel? I want to redirect that to our web mail somehow. Well, let's brainstorm for a moment. That link fires

Re: [python-win32] Catching Send To in Office

2011-03-24 Thread Tony Cappellini
When you launch Word and Excel, you can manipulate them via COM and try to intercept, which is a pain but at least you can control them from Python. You may be able to intercept SendTo this way. If you launch Word with your own template file (.dot) it may be possible to embed a Word macro in the

[python-win32] ActiveX Script Classic ASP bug with args passed from VBScript

2011-03-24 Thread Chris Lambacher
Hi, I am trying to port a classic ASP application to Python with a mid-point step where we use the Python in ASP. As part of this, we are calling into Python from VBScript and finding that some parameters end up becoming Null after a function call. Some digging turned up an old bug against

Re: [python-win32] ActiveX Script Classic ASP bug with args passed from VBScript

2011-03-24 Thread Chris Lambacher
Further information: It looks like this is a general COM issue, not just an ActiveX Script issue. If I do the test with a registered Python COM object, I get the same results from VBScript. The bug has been updated with this new information. -Chris On Thu, Mar 24, 2011 at 9:49 AM, Chris