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
--
http://mail.python.org/mailman/listinfo/python-list
At 02:13 AM 6/17/2011, David Aldrich wrote:
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 miss
I don't have Windows at hand, by I *guess* that the Python DLL is somewhere
near the python executable. You need to make sure the Python DLL is in PATH,
either copy it next to your executable or edit the PATH environment variable.
--
http://mail.python.org/mailman/listinfo/python-list
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
On 6/16/2011 12:44 PM, Dennis Lee Bieber wrote:
On Thu, 16 Jun 2011 16:26:31 +0100, David Aldrich
declaimed the following in
gmane.comp.python.general:
... python27.dll is missing from your computer ...
and, indeed, it is in neither C:\Windows\System32 nor C:\Windows\SysWOW64.
Did
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