Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97078 > unrolled thread
| Started by | Zachary Ware <zachary.ware+pylist@gmail.com> |
|---|---|
| First post | 2015-09-24 10:19 -0500 |
| Last post | 2015-09-24 10:19 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Installing pywin32. Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-09-24 10:19 -0500
| From | Zachary Ware <zachary.ware+pylist@gmail.com> |
|---|---|
| Date | 2015-09-24 10:19 -0500 |
| Subject | Re: Installing pywin32. |
| Message-ID | <mailman.132.1443107986.28679.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web