I am writing a COM addin, and attempting to trap the ItemAdded/ItemRemoved
event in the following object:
Application.VBE.Events.ReferencesEvents
which is retrieved by passing Nothing as a paramter:
Application.VBE.Events.ReferencesEvents(Nothing)
Tim Golden wrote in the following post
(http://m
Hi Everybody,
I have 2 imports:
import pythoncom
from win32com.client import Dispatch
if I run it on my Python 2.6 Console, it works nicely. However, when I go to
Eclipse IDE, open a project, open a main.py file, and try run, it gives the
error:
import pythoncom
ImportError: No module named pyt
-- Forwarded message --
From: Dave Angel
To: Threader Slash
Date: Wed, 14 Oct 2009 07:04:21 -0400
Subject: Re: win32com.client import problem
Threader Slash wrote:
> Hi Everybody,
>
> I have 2 imports:
>
> import pythoncom
> from win32com.client import Dispatch
>
> if I run it on
On 6/10/2009 6:01 AM, Jon Southard wrote:
I would be grateful for any advice about a problem which is preventing
me from using Python for my current project.
I am hoping to use Python 2.6 on the server side with Microsoft ASP [not
ASP.NET; version details below]. The behavior I see is:
1. Load