[python-win32] VBA IDE Intellisense to work with python COM server?

2007-01-26 Thread wccppp
Hello, I created a simple COM server following the sample DynamicPolicy.py in Mark's book. When testing it with VBA, I noticed intellisense/calltip does not work. Is this how it is supposed to be? Any way to get it to work? Thank you! -- wcc ___ Py

Re: [python-win32] VBA IDE Intellisense to work with python COM server?

2007-01-26 Thread Tim Roberts
wccppp wrote: > > I created a simple COM server following the sample DynamicPolicy.py in > Mark's book. When testing it with VBA, I noticed intellisense/calltip > does not work. Is this how it is supposed to be? Any way to get it > to work? Python COM servers all have to use "late binding", mea