Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97078

Re: Installing pywin32.

References <20150924065814.d600875ec5143fcc53c5b00e1a6550c2.0fbf42eaf1.mailapi@email23.secureserver.net>
From Zachary Ware <zachary.ware+pylist@gmail.com>
Date 2015-09-24 10:19 -0500
Subject Re: Installing pywin32.
Newsgroups comp.lang.python
Message-ID <mailman.132.1443107986.28679.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Installing pywin32. Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-09-24 10:19 -0500

csiph-web