Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12124
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Windows No-Install Distribution? |
| Date | 2011-08-23 19:28 -0400 |
| References | <a3e33488-fb12-407c-8a3e-9acb6b839302@l2g2000vbn.googlegroups.com> <mailman.367.1314129182.27778.python-list@python.org> <5204a1ee-70f5-4eec-9693-d915366b6fe4@d7g2000vbv.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.372.1314142176.27778.python-list@python.org> (permalink) |
On 8/23/2011 5:56 PM, Eric Lemings wrote: > On Aug 23, 1:52 pm, Stephen Hansen<me+list/pyt...@ixokai.io> wrote: >> On 8/23/11 8:29 AM, Eric Lemings wrote: >> >>> 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. >> >> Just take the default installer, install it, except do a custom install and leave out what you do not want. (Tools? tcl/tk/idle?). You can leave out tests, but then you might want that, at least once, to test your no-install copy. >> and then check the Python >> directory: does it have the python DLL? If not, go look into the >> system32 directory, grab it, drop it in the Python directory. (If you >> installed for all-users this will happen, For Python3, python3.dll in in Python3y\DLLs even for all users install. I believe this is per MS recommendation. So just copy the entire python3y directory. > Which files comprise the standard Python library? Only the files in > the 'Lib' subdirectory That only has Python-coded modules. > or are more needed? C-coded modules are in /DLLs. I presume /libs is needed too but I do not really know, and I will not experiment. Just limit your install to what you want and copy everything. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous 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