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


Groups > comp.lang.python > #86781

Re: Python27.dll could not be found

Date 2015-03-02 14:44 -0500
From Dave Angel <d@davea.name>
Subject Re: Python27.dll could not be found
References <54F46ACB.1060204@davea.name>
Newsgroups comp.lang.python
Message-ID <mailman.63.1425325463.13471.python-list@python.org> (permalink)

Show all headers | View raw


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@davea.name>
To: Sarvagya Pant <sarvagya.pant@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


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


Thread

Re: Python27.dll could not be found Dave Angel <d@davea.name> - 2015-03-02 14:44 -0500

csiph-web