Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97078
| Path | csiph.com!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <zachary.ware@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.026 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'pywin32': 0.09; 'python': 0.10; 'thu,': 0.15; '24,': 0.16; 'win32api': 0.16; 'wrote:': 0.16; 'sender:addr:gmail.com': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sep': 0.22; 'am,': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'install': 0.25; 'installed': 0.26; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'getting': 0.33; 'run': 0.33; 'though.': 0.33; "i'll": 0.33; 'received:google.com': 0.35; 'fail': 0.35; 'installing': 0.35; 'there': 0.36; 'subject:: ': 0.37; 'version': 0.38; 'where': 0.40; 'easy': 0.60; 'your': 0.60; 'information,': 0.61; 'further': 0.62; 'pip': 0.84; 'sir/madam': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=h7LVlm0WJHKt+kuL240UCWjwjN5LcS+6kM98Pc6Zwnc=; b=oLODBGicy2jOtgJvGAAaiqSicKHbu3hcZ5pDZHYaEpyEDZCTxw89KT/FkhRZ2U4q+Y mz+c17zkzyym1RzbmesE9OlL6qijZID3SLcg3nJV2duBAHZaQIhvhc5a8VFY3z+RsgFg AGphZHbE+/O9DQCRX9ehD1UH3T0Q36M0GLUIGmO/LioMURVyxUPdcbkG2SRLLZs7bbbg 4JoPAJk0Fsa3j66NBd0m6ct+A4RfTKdLqx7IZrkD6b0+UMpkSJgxdMe2Vx9v4Ik9xV6j OhfByUhoCvPmZnRnL46PEYcplubhZV2+hgf/GmMMGM1efcxEO8ENtKKXWx5cSWoK+ne7 53JA== |
| X-Received | by 10.50.67.179 with SMTP id o19mr28254215igt.63.1443107977761; Thu, 24 Sep 2015 08:19:37 -0700 (PDT) |
| MIME-Version | 1.0 |
| Sender | zachary.ware@gmail.com |
| In-Reply-To | <20150924065814.d600875ec5143fcc53c5b00e1a6550c2.0fbf42eaf1.mailapi@email23.secureserver.net> |
| References | <20150924065814.d600875ec5143fcc53c5b00e1a6550c2.0fbf42eaf1.mailapi@email23.secureserver.net> |
| From | Zachary Ware <zachary.ware+pylist@gmail.com> |
| Date | Thu, 24 Sep 2015 10:19:18 -0500 |
| X-Google-Sender-Auth | e4_vipp6YfcwqDhaQ436AvmMUfM |
| Subject | Re: Installing pywin32. |
| To | ashwath@nanoheal.com |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.132.1443107986.28679.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1443107986 news.xs4all.nl 23817 [2001:888:2000:d::a6]:40586 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:97078 |
Show key headers only | 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
Re: Installing pywin32. Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-09-24 10:19 -0500
csiph-web