On Thu, Sep 24, 2015 at 8:58 AM, <ashw...@nanoheal.com> wrote: > Hi Sir/Madam > > > When I try to run my python program where I am using the pywin32 module I am > getting the error as win32api module not found so how to install this module > please let me know ASP.
Have you already installed or tried to install pywin32? What version of Python are you running, where did you get it, and on which version of Windows? In the absence of further information, I'll give you the quick and easy incantation for installing pywin32: `python -m pip install pypiwin32`. There are any number of ways that can fail depending on your answers to my questions, though. -- Zach -- https://mail.python.org/mailman/listinfo/python-list