Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12099
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.mixmin.net!news2.arglkargh.de!news.wiretrip.org!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <bahamutzero8825@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; '3.2': 0.05; 'cpython': 0.05; 'python': 0.08; '32-bit': 0.09; 'am,': 0.12; '(mainly': 0.16; '3.2.1': 0.16; 'another?': 0.16; 'binaries': 0.16; 'received:209.85.213.174': 0.16; 'received:mail- yx0-f174.google.com': 0.16; 'thunderbird': 0.16; 'wrote:': 0.16; 'subject:Windows': 0.18; 'seems': 0.20; "haven't": 0.20; 'header :In-Reply-To:1': 0.22; 'testing,': 0.23; 'windows': 0.26; 'work.': 0.27; 'all,': 0.28; 'id:': 0.29; '3.x': 0.30; 'installer': 0.30; 'installation': 0.30; 'subject:?': 0.31; 'version': 0.32; 'hi,': 0.32; 'does': 0.32; 'actually': 0.33; 'to:addr:python-list': 0.33; 'copying': 0.33; 'done': 0.34; 'header:User-Agent:1': 0.34; 'eric': 0.34; 'message-id:@gmail.com': 0.34; 'folder': 0.35; 'but': 0.37; 'not,': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'received:192': 0.39; 'i.e.': 0.39; 'to:addr:python.org': 0.39; 'minimum': 0.40; '5.0': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=m1CToILpLxzYjxRY3vSVyUHITikPs4u8wfdqosymQns=; b=d9tS61/F77qAe4EA5gTa0AezMIIS6w9ED942itlo8hApBlLLJR6LMA5bEk/xmldFcS VOMTugOHMlZDKe6oT+zzmXj0QZN/3G7cjrzSwL0cSdA+bs8AKAf+5wiq9tPuwcHVTIL8 hj+71wjY5BChH/CJjo650fsqwnKwKJwODNpXA= |
| Date | Tue, 23 Aug 2011 10:59:23 -0500 |
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
| MIME-Version | 1.0 |
| To | "comp.lang.python" <python-list@python.org> |
| Subject | Re: Windows No-Install Distribution? |
| References | <a3e33488-fb12-407c-8a3e-9acb6b839302@l2g2000vbn.googlegroups.com> |
| In-Reply-To | <a3e33488-fb12-407c-8a3e-9acb6b839302@l2g2000vbn.googlegroups.com> |
| X-Enigmail-Version | 1.2 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.361.1314115197.27778.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1314115197 news.xs4all.nl 23962 [2001:888:2000:d::a6]:55234 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:12099 |
Show key headers only | View raw
On 2011.08.23 10:29 AM, Eric Lemings wrote: > Hi, > > I would like to create/find a Python 3.x distribution that can be > redeployed simply by copying a directory of required files; i.e. > without the need for actually "installing" an MSI, modifying Windows > registry entries, etc. First of all, will Python even work on Windows > simply by copying files from one system to another? If so, does such > a "no-install" distribution already exist? If not, what are the > minimum set of Python 3.x files from a standard Windows Python > installation required for proper/normal operation? I unpacked the 32-bit version of CPython 3.2 from its installer into a folder and it seems to work. I haven't done any real testing, but it works for me (mainly I just need to have the files needed to build 32-bit frozen binaries with cx_Freeze). -- CPython 3.2.1 | Windows NT 6.1.7601.17592 | Thunderbird 5.0 PGP/GPG Public Key ID: 0xF88E034060A78FCB
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Windows No-Install Distribution? Eric Lemings <eric.lemings@gmail.com> - 2011-08-23 08:29 -0700
Re: Windows No-Install Distribution? Redcat <redcat@streemit.net> - 2011-08-23 15:31 +0000
Re: Windows No-Install Distribution? Eric Lemings <eric.lemings@gmail.com> - 2011-08-23 09:46 -0700
Re: Windows No-Install Distribution? Andrew Berg <bahamutzero8825@gmail.com> - 2011-08-23 10:59 -0500
Re: Windows No-Install Distribution? Stephen Hansen <me+list/python@ixokai.io> - 2011-08-23 12:52 -0700
Re: Windows No-Install Distribution? Eric Lemings <eric.lemings@gmail.com> - 2011-08-23 14:56 -0700
Re: Windows No-Install Distribution? Terry Reedy <tjreedy@udel.edu> - 2011-08-23 19:28 -0400
csiph-web