Re: [python-win32] How to call Python methods and properties from VBS?

2011-09-04 Thread FT
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

Re: [python-win32] Hot to call methods and properties from VBS?

2011-09-04 Thread Chris Lambacher
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

[python-win32] Fwd: Re: win32com + Excel + Django + Apache = problem

2011-09-04 Thread Mark Hammond
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