Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #7748 > unrolled thread
| Started by | David Aldrich <David.Aldrich@EMEA.NEC.COM> |
|---|---|
| First post | 2011-06-16 16:26 +0100 |
| Last post | 2011-06-21 08:09 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
Missing python27.dll on Win 7 64-bit David Aldrich <David.Aldrich@EMEA.NEC.COM> - 2011-06-16 16:26 +0100
Re: Missing python27.dll on Win 7 64-bit "Michel Claveau - MVP"<enleverLesX_XXmcX@XmclavXeauX.com.invalid> - 2011-06-21 08:09 +0200
| From | David Aldrich <David.Aldrich@EMEA.NEC.COM> |
|---|---|
| Date | 2011-06-16 16:26 +0100 |
| Subject | Missing python27.dll on Win 7 64-bit |
| Message-ID | <mailman.19.1308240052.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] | [next] | [standalone]
| From | "Michel Claveau - MVP"<enleverLesX_XXmcX@XmclavXeauX.com.invalid> |
|---|---|
| Date | 2011-06-21 08:09 +0200 |
| Message-ID | <4e0035a2$0$14664$ba4acef3@reader.news.orange.fr> |
| In reply to | #7748 |
Hi! In my Win รจ 64 bits, python27.dll (and others DLLs like pythoncom27.dll, pythoncomloader27.dll or pywintypes27.dll) are in C:\Windows\SysWOW64 And (my) Python 2.7.2 run perfectly. @-salutations -- Michel Claveau
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web