Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4167
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ryan@rfk.id.au> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.01; 'wed,': 0.04; 'ryan': 0.05; 'statically': 0.07; 'x-mailer:evolution 2.28.3': 0.07; 'python': 0.07; '+0200,': 0.09; 'content- type:multipart/signed': 0.09; 'kelly': 0.09; 'linker': 0.09; 'runtime': 0.09; 'wrote:': 0.14; 'content-type:application/pgp- signature': 0.16; 'filename:fname piece:asc': 0.16; 'filename:fname piece:signature': 0.16; 'filename:fname:signature.asc': 0.16; 'guys,': 0.16; 'static': 0.16; 'figure': 0.18; 'true,': 0.19; 'cheers,': 0.20; 'header:In- Reply-To:1': 0.22; "what's": 0.24; 'linked': 0.25; 'environment': 0.26; 'subject:?': 0.29; 'perhaps': 0.32; 'to:addr:python-list': 0.32; 'martin': 0.33; 'received:192': 0.34; 'received:192.168.0': 0.35; 'doing': 0.36; 'rather': 0.36; 'received:au': 0.36; 'think': 0.36; 'received:192.168': 0.37; 'some': 0.37; 'url:au': 0.39; 'to:addr:python.org': 0.39; 'could': 0.39; 'header:Mime- Version:1': 0.39; 'finally': 0.60; 'details': 0.64; 'ever': 0.65; 'visit': 0.67; 'ship': 0.77; 'serious': 0.78; 'schrieb': 0.84 |
| Subject | Re: minimal python27.dll? |
| From | Ryan Kelly <ryan@rfk.id.au> |
| To | python-list@python.org |
| In-Reply-To | <4DB8774C.9080400@v.loewis.de> |
| References | <c283ce47-e886-4164-8a24-4a90bc2e13ba@d19g2000prh.googlegroups.com> <4DB8774C.9080400@v.loewis.de> |
| Content-Type | multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-Feps4/CSP6F/oBpInXOo" |
| Date | Thu, 28 Apr 2011 07:49:07 +1000 |
| Mime-Version | 1.0 |
| X-Mailer | Evolution 2.28.3 |
| 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.913.1303940960.9059.python-list@python.org> (permalink) |
| Lines | 48 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1303940960 news.xs4all.nl 65870 [::ffff:82.94.164.166]:38830 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:4167 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Wed, 2011-04-27 at 22:06 +0200, Martin v. Loewis wrote:
> Am 27.04.2011 12:43, schrieb est:
> > Hi guys,
> >
> > I need to ship python runtime environment package on Windows, if I
> > want to stripping unnessasery functions from python27.dll to make it
> > as small as possible(and perhaps finally UPX it), which parts of
> > python27.dll do you think can be removed?
> >
>
> I'd rather go for a static build of Python, and let the linker figure
> out what's needed.
I have vague recollections that pythonXY.dll could not be statically
linked on Windows, or that doing so causes some serious loss of
functionality. Was this ever true, and is it still?
Cheers,
Ryan
--
Ryan Kelly
http://www.rfk.id.au | This message is digitally signed. Please visit
ryan@rfk.id.au | http://www.rfk.id.au/ramblings/gpg/ for details
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
minimal python27.dll? est <electronixtar@gmail.com> - 2011-04-27 03:43 -0700
Re: minimal python27.dll? Tim Golden <mail@timgolden.me.uk> - 2011-04-27 16:15 +0100
Re: minimal python27.dll? "Martin v. Loewis" <martin@v.loewis.de> - 2011-04-27 22:06 +0200
Re: minimal python27.dll? Ryan Kelly <ryan@rfk.id.au> - 2011-04-28 07:49 +1000
Re: minimal python27.dll? "Martin v. Loewis" <martin@v.loewis.de> - 2011-05-01 14:49 +0200
Re: minimal python27.dll? "Martin v. Loewis" <martin@v.loewis.de> - 2011-05-01 14:49 +0200
Re: minimal python27.dll? est <electronixtar@gmail.com> - 2011-04-27 17:37 -0700
Re: minimal python27.dll? "Martin v. Loewis" <martin@v.loewis.de> - 2011-05-01 14:51 +0200
csiph-web