Re: [python-win32] Parameterless propget in Python ActiveScriptincomplete

2007-08-13 Thread Johan Lindvall
Hi, I've been poking around a bit in the source code and the following patch (against pywin210) more or less solves the problem. The code obviously needs to be more robust, but I am not really familiar with the inner workings of pywin32 / COM. Index: dynamic.py ===

Re: [python-win32] Parameterless propget in Python ActiveScriptincomplete

2007-08-13 Thread Johan Lindvall
Hi, > I've opened 1857023 for this bug: > http://sourceforge.net/tracker/index.php?func=detail&aid=1587023&group_id=78018&atid=551954 > > As a workaround we're distributing a patched version of dynamic.py, > where LazyDispatchItem has been disabled. Have you had a chance to look at this bug? Red

[python-win32] Remedy automation via COM..

2007-08-13 Thread Michael March
I'm about to start a project at my current gig where I need to automate interaction with Remedy. I poked around the net via Google and I didn't see any recent posts anywhere on interfacing Python with it.. Is anyone out there using Python/COM to connect with Remedy? thanks! -- Michael F. Marc