Installing pywin32.

Zachary Ware zachary.ware+pylist at gmail.com
Thu Sep 24 11:19:18 EDT 2015


On Thu, Sep 24, 2015 at 8:58 AM,  <ashwath at 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



More information about the Python-list mailing list