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


Groups > comp.lang.python > #7808 > unrolled thread

Missing python27.dll on Win 7 64-bit

Started byDavid Aldrich <David.Aldrich@EMEA.NEC.COM>
First post2011-06-17 08:13 +0100
Last post2011-06-17 08:13 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Missing python27.dll on Win 7 64-bit David Aldrich <David.Aldrich@EMEA.NEC.COM> - 2011-06-17 08:13 +0100

#7808 — Missing python27.dll on Win 7 64-bit

FromDavid Aldrich <David.Aldrich@EMEA.NEC.COM>
Date2011-06-17 08:13 +0100
SubjectMissing python27.dll on Win 7 64-bit
Message-ID<mailman.65.1308294811.1164.python-list@python.org>
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 Python 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web