Python27.dll could not be found

Dave Angel d at davea.name
Mon Mar 2 14:44:17 EST 2015


I INTENDED to send it to the list, but made the same mistake myself.


-------- Forwarded Message --------
Subject: Re: Python27.dll could not be found
Date: Mon, 02 Mar 2015 08:51:07 -0500
From: Dave Angel <davea at davea.name>
To: Sarvagya Pant <sarvagya.pant at gmail.com>

Sarvaqya accidentally sent me private email, so I'm forwarding with
comments to the list.

On 03/02/2015 08:22 AM, Sarvagya Pant wrote:
> Hi thanks to all. Python.dll was found in my C:/Windows/SysWOW64 dir. As my
> executable depends upon python.dll, it was required if I have to deploy my
> executable.

So, was that directory on your PATH?  If so, Windows should have just
found it, and you'd have had no problem.

If you're instead talking about building an install for other machines,
that may or may not have Python 2.7 installed, you should say so.
PythonXX.dll may very well load other files when your code loads and
uses it, so an installation is usually a much more complex problem than
what you stated.

I have no idea what the best package manager is for Windows, but you
could start by looking at:

https://pypi.python.org/pypi/setuptools


--
DaveA






More information about the Python-list mailing list