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
--
M
Message: 1
Date: Wed, 23 Mar 2011 08:59:52 -0500
From: Mike Driscoll
Cc: Python-Win32 List
Subject: Re: [python-win32] Catching Send To in Office
Message-ID: <4d89fcd8.5090...@co.marshall.ia.us>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 1:59 PM, Tim Roberts wrote:
> Mike Dri
Tony Wallace wrote:
> I have no reason to build from source. Where do I get this
> precompiled installation?
http://sourceforge.net/projects/pywin32/files/pywin32/Build216/
If I read your messages right, you are running Python 2.5, so you want
pywin32-216.win32-py2.5.exe.
--
Tim Roberts, t...@
Tony Wallace wrote:
>
> This is what happens when I try and install pywin32:
> ...
> error: Python was built with Visual Studio 2003;
> extensions must be built with a compiler than can generate compatible
> binaries.
> Visual Studio 2003 was not found on this system. If you have Cygwin
> installed
I'm having problems importing the dde module.
I get the following results when I'm in the python interpreter
Python 3.1.3 (r313:86834, Nov 27 2010, 17:20:37) [MSC v.1500 64 bit
(AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> im
Tony Wallace wrote:
>
> I am trying to develop a python application for the windows platform.
> As such occasionally I do need to interact with the operating system.
> I am using windows XP.
>
> I have in the past tried to use python tools with windows, but for
> some reason that escapes me, they
Luca wrote:
>
> Hi everybody, I’m trying to send an email via outlook and everything
> works fine with the following code:
>
>
>
> obj = win32com.client.Dispatch(/"Outlook.Application"/)
>
> formail inLmail:
>
> newMail = obj.CreateItem(0)
>
> ne
Hi Vernon,
On 3/23/2011 10:53 AM, Vernon Cole wrote:
One of the executives where I used to work actually made use of the
¨send to" feature in Word. The resulting bloat that appeared was
appalling, and IIRC the recipient had to have Word installed to read
the mail, when she finally imported it.
Hi everybody, Im trying to send an email via outlook and everything works
fine with the following code:
obj = win32com.client.Dispatch("Outlook.Application")
for mail in Lmail:
newMail = obj.CreateItem(0)
newMail.To = mail
One of the executives where I used to work actually made use of the
¨send to" feature in Word. The resulting bloat that appeared was
appalling, and IIRC the recipient had to have Word installed to read
the mail, when she finally imported it. Perhaps later versions of Word
do a better job. Our ans
Hi everybody, Im trying to send an email via outlook and everything works
fine with the following code:
obj = win32com.client.Dispatch("Outlook.Application")
for mail in Lmail:
newMail = obj.CreateItem(0)
newMail.To = mail
new
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 up the "default
mail provider" for your computer
12 matches
Mail list logo