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


Groups > comp.lang.python > #86781 > unrolled thread

Re: Python27.dll could not be found

Started byDave Angel <d@davea.name>
First post2015-03-02 14:44 -0500
Last post2015-03-02 14:44 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#86781 — Re: Python27.dll could not be found

FromDave Angel <d@davea.name>
Date2015-03-02 14:44 -0500
SubjectRe: Python27.dll could not be found
Message-ID<mailman.63.1425325463.13471.python-list@python.org>
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


[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web