0

How to import pythoncom module?. I installed py32win.exe

import pythoncom, pyHook, win32api, win32con
ImportError: No module named pythoncom
1
  • Hello and welcome to Stack Overflow, please take a time to go through the welcome tour to know your way around here (and also to earn your first badge), read how to create a minimal reproducible example example and also check How to Ask so you increase your chances to get feedback and useful answers. Commented Jul 30, 2017 at 14:55

1 Answer 1

1

Try this

pip install pypiwin32

and then re-run the command.

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.