Hi Again,
To be more specific I have compiled the Python inside a distributed package
and need to know how to call from within that compiled package any method. In
other words do I have to register the Python inside my .vbs script before
calling any methods?
I am saying this so another
An online resource is:
http://oreilly.com/catalog/pythonwin32/chapter/ch12.html#51294
That contains all the basics of how to define an object and register
it to be available via COM (i.e. to be able to use the object from
VBScript).
There is also documentation that comes with Pywin32. The docume
Just incase this helps anyone...
Mark
--- Begin Message ---
Don't know if anyone cares about this issue:
http://www.mail-archive.com/python-win32@python.org/msg08306.html
and I'm not a member of the pythong-win32 mailing list, but here's the
solution:
It has nothing to do with pythoncom / win32c