[python-win32] Python COM server corrupting VB parameter?

Gerry Stellenberg gstellenberg at gmail.com
Wed Dec 1 17:26:55 CET 2010


Thanks Matt.  I'm still hopeful there's something I can do from the python
(server) side as the VB scripts are managed in somebody else's project.

Does anybody else have input on this?  Is this a known issue with pyWin32 or
do I need to do something differently in the server code?  If a known issue,
is the cause known and a fix in the works?  Alternately, can somebody help
me identify the issue in the pyWin32 source so I can rebuild my local copy?

Thanks.
- Gerry

On Mon, Nov 29, 2010 at 8:19 AM, Matthias Kirst <matt at clondiag.com> wrote:

> We stumbled across the same problem (10 years ago) and our solutions are:
>
> - use global variables
>
> - copy variable to another one and call COM server with this copy
>
>
>
> Hope this helps,
>
> Matt
>
>
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20101201/b0c0a713/attachment.html>


More information about the python-win32 mailing list