Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'app,': 0.07; 'indeed,': 0.07; 'python': 0.08; '32-bit': 0.09; 'to:name :python-list@python.org': 0.09; 'c++': 0.12; 'error:': 0.12; 'received:85.115': 0.16; 'subject:bit': 0.16; 'suggest': 0.19; '64-bit': 0.23; 'wrong?': 0.23; 'windows': 0.26; 'installed': 0.28; 'received:mailcontrol.com': 0.30; 'someone': 0.33; 'to:addr :python-list': 0.33; 'david': 0.33; '...': 0.34; 'using': 0.35; 'charset:us-ascii': 0.36; 'running': 0.37; 'run': 0.38; 'doing': 0.39; 'to:addr:python.org': 0.39; 'missing': 0.40; 'best': 0.60; 'your': 0.60 From: David Aldrich To: "python-list@python.org" Date: Fri, 17 Jun 2011 08:13:26 +0100 Subject: Missing python27.dll on Win 7 64-bit Thread-Topic: Missing python27.dll on Win 7 64-bit Thread-Index: Acwsvg0x+YGBylbnSDixgXf+VXLegg== Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-GB Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Scanned-By: MailControl A-10-80-00 (www.mailcontrol.com) on 10.69.0.173 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308294811 news.xs4all.nl 49044 [::ffff:82.94.164.166]:47779 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:7808 Hi I am building a 32-bit C++ application using Visual C++ Express 2008 on 64-= bit Windows 7. The application links to Python, so I installed 32-bit Pyth= on 2.7.2 by running python-2.7.2.msi. When I run my app, I get error: ... python27.dll is missing from your computer ... and, indeed, it is in neither C:\Windows\System32 nor C:\Windows\SysWOW64. Please will someone suggest what I am doing wrong? Best regards David