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 documentation gets added to the Start Menu folder of the Python version you installed for and is called "Python for Windows Documentation". So it would be something like Start > All Programs > Python 2.7 > Python for Windows Documentation. There is an article included in that help called "Quick Start to Server side COM and Python". There is also the "win32com Documentation Index" which links to the various Python and com related pages in that documentation file. -Chris 2011/9/3 FT <chester_...@fltg.net>: > > Hi, > I am a blind programmer and want to know how you set up the com or > automation to call python modules, functions, methods and properties? > > I searched the web and could not find anything except an example to > place script within a scroipt. But I don't want that, I want to call a > python object to be able to run that module inside VB script inside the > screen reader script program language which uses VBS. > > Any examples and tutorials would be helpful. Just need to know how to > get the com object or automation to be able to call any python module and > run it at will. > > Sincerely > Bruce > > _______________________________________________ > python-win32 mailing list > python-win32@python.org > http://mail.python.org/mailman/listinfo/python-win32 > > -- Christopher Lambacher ch...@kateandchris.net _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32