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


Groups > comp.lang.python > #7752

Re: Missing python27.dll on Win 7 64-bit

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Missing python27.dll on Win 7 64-bit
Date 2011-06-16 09:44 -0700
Organization > Bestiaria Support Staff <
References <0CCCA5445D7FCB4298BBF0739D4FDD52031DBFE7AE56@EUEXCLU01.EU.NEC.COM>
Newsgroups comp.lang.python
Message-ID <mailman.22.1308242689.1164.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, 16 Jun 2011 16:26:31 +0100, David Aldrich
<David.Aldrich@EMEA.NEC.COM> 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.
>
	Didn't M$ decree, some years ago, that application specific DLLs (in
this situation, Python is the application) should install in the
application path, and NOT in any system path.

> Please will someone suggest what I am doing wrong?
>
	I find the corresponding DLL in

e:\Python25\libs

(I've started putting third party applications on the e: partition as my
C: partition was getting too tight for defrag operations)... Oh,
ActiveState Python 2.5 install here...

	Most likely you need to put the Python libs directory into your
system PATH (not PYTHONPATH) variable.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Missing python27.dll on Win 7 64-bit Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-06-16 09:44 -0700

csiph-web