1

I want to access COM objects using Python 3.1, but I can't find a library to support 3.x. Do I need to use some extension or there is something in the standard library?

1 Answer 1

2

Try the PyWin stuff. It provides (among other things, like direct support for Win32 APIs) a COM bridge for Python and now supports both 2.x and 3.x.
Older downloadable releases are available here. Documentation can be found here.

Sign up to request clarification or add additional context in comments.

2 Comments

The last version there supports Python 2.6. There is no one for 3.x.
Edit: added direct link to 3.1 version.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.