[python-win32] Passing Nothing into COM method

2009-10-14 Thread shivisi
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

[python-win32] win32com.client import problem

2009-10-14 Thread Threader Slash
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

[python-win32] win32com.client import problem : solved

2009-10-14 Thread Threader Slash
-- 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

Re: [python-win32] Python and ASP - failure on 2nd and subsequent page loads

2009-10-14 Thread Mark Hammond
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