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


Groups > comp.lang.python > #86781

Re: Python27.dll could not be found

Path csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <d@davea.name>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.015
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'subject:not': 0.03; 'url:pypi': 0.03; '-0500': 0.09; 'deploy': 0.09; 'executable': 0.09; 'windows,': 0.09; '--------': 0.10; 'python': 0.11; '2.7': 0.14; 'windows': 0.15; 'dir.': 0.16; 'url:setuptools': 0.16; 'all.': 0.16; 'so.': 0.16; 'wrote:': 0.18; 'to:name:python- list@python.org': 0.22; 'install': 0.23; 'installation': 0.23; 'load': 0.23; 'header:User-Agent:1': 0.23; 'mon,': 0.24; 'header :In-Reply-To:1': 0.27; 'idea': 0.28; 'am,': 0.29; "i'm": 0.30; 'code': 0.31; 'comments': 0.31; 'usually': 0.31; 'accidentally': 0.31; 'loads': 0.31; 'stated.': 0.31; 'url:python': 0.33; 'date:': 0.34; 'at:': 0.34; 'could': 0.34; 'problem': 0.35; 'problem.': 0.35; 'but': 0.35; 'building': 0.35; 'thanks': 0.36; 'url:org': 0.36; 'should': 0.36; 'so,': 0.37; 'list.': 0.37; 'manager': 0.38; 'depends': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'list,': 0.38; 'forwarded': 0.39; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'dave': 0.60; "you're": 0.61; 're:': 0.63; 'more': 0.64; 'talking': 0.65; 'mar': 0.68; 'received:74.208': 0.68; 'email,': 0.69; '2015': 0.84; 'angel': 0.91; 'mistake': 0.91; 'subject:found': 0.93
Date Mon, 02 Mar 2015 14:44:17 -0500
From Dave Angel <d@davea.name>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version 1.0
To "python-list@python.org" <python-list@python.org>
Subject Re: Python27.dll could not be found
References <54F46ACB.1060204@davea.name>
In-Reply-To <54F46ACB.1060204@davea.name>
X-Forwarded-Message-Id <54F46ACB.1060204@davea.name>
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Provags-ID V02:K0:7C6e/eRCIu5GUaxMnsNjzSDzW6gvmGxr2jN/y1JUGtK 2TaUKBZIloyVQ4Id2Hl4urxwUKV5QPvKx0FMrBT/Q9TBr/TBhw sHRy46DbMM0pY52++7i+C1VVta5+ItyIabttk4qgGONuxhliKB mRKU4CWVrglwEpo0sY87gotupJVIHRenpGydUlTggRaS5xjToE WnEkn/K45zL88HHmxZ/o1HbC60lWdKJvracMHovrGvWLktSqV4 kqbW3EUanoEevI4A5SN3Z0/6cufEgy/bUQfmfgWGZWB1etdB2D UfT2wZpML00Cks+ZlIXuWLUdzLyG7VzGr5TiwVnX/JKcRIgIjG RnqKDOxRMWgoMQphUb7A=
X-UI-Out-Filterresults notjunk:1;
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.19
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.63.1425325463.13471.python-list@python.org> (permalink)
Lines 37
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1425325463 news.xs4all.nl 2977 [2001:888:2000:d::a6]:45602
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:86781

Show key headers only | 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