Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19117
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!feeder2.cambriumusenet.nl!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| 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; 'forcing': 0.07; 'stuff,': 0.07; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:don': 0.09; 'capability.': 0.16; 'ciao,': 0.16; 'emanuele': 0.16; 'subject:install': 0.16; 'toolset': 0.16; 'worth.': 0.16; 'subject:use': 0.24; 'writes:': 0.25; 'module': 0.26; 'stuff': 0.26; 'subject:" ': 0.28; 'subject: .': 0.28; 'environment': 0.30; 'usually': 0.30; 'unable': 0.31; 'version': 0.31; 'header:User-Agent:1': 0.33; 'to:addr:python- list': 0.33; 'header:X-Complaints-To:1': 0.34; 'trouble': 0.35; 'install': 0.35; 'thread': 0.36; 'but': 0.37; 'received:org': 0.37; 'another': 0.37; 'files': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'subject:Please': 0.40; 'more': 0.61; 'hope': 0.61; 'john': 0.62; 'proved': 0.67; 'yourself': 0.69; 'funny': 0.76; 'packaged': 0.84; 'precompiled': 0.84; 'pyjamas': 0.84; 'quando': 0.84; 'standard,': 0.84; 'rpm': 0.93 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Lele Gaifax <lele@metapensiero.it> |
| Subject | Re: Please don't use "setuptools", the "rotten .egg" install system. |
| Date | Thu, 19 Jan 2012 09:56:57 +0100 |
| Organization | Nautilus Entertainments |
| References | <4f170e46$0$1659$742ec2ed@news.sonic.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Gmane-NNTP-Posting-Host | adsl148-40.aknet.it |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
| Cancel-Lock | sha1:pqxTrYU+jUYRiDxtoyd/duzH9bY= |
| 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.4855.1326964340.27778.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1326964340 news.xs4all.nl 6847 [2001:888:2000:d::a6]:53529 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:19117 |
Show key headers only | View raw
John Nagle <nagle@animats.com> writes: > "egg" files are usually more trouble than they're worth. I find it really funny you say so, just after another thread where you proved yourself unable to come up with a working Python environment lacking an already packaged RPM of version 2.7... I know "egg" are not standard, but these days are still the only way to install Python-related stuff that includes precompiled stuff, be it a Python module implemented in C, or a Pyjamas application, or simply .mo files containing gettext translations... *without* forcing the recipient to install all the needed "compiler chains". I really hope the distribute2 toolset will provide such nice capability. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. lele@metapensiero.it | -- Fortunato Depero, 1929.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Please don't use "setuptools", the "rotten .egg" install system. John Nagle <nagle@animats.com> - 2012-01-18 10:24 -0800
Re: Please don't use "setuptools", the "rotten .egg" install system. Rick Johnson <rantingrickjohnson@gmail.com> - 2012-01-18 12:26 -0800
Re: Please don't use "setuptools", the "rotten .egg" install system. Lele Gaifax <lele@metapensiero.it> - 2012-01-19 09:56 +0100
Re: Please don't use "setuptools", the "rotten .egg" install system. John Nagle <nagle@animats.com> - 2012-01-19 09:05 -0800
Re: Please don't use "setuptools", the "rotten .egg" install system. Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-01-19 17:21 +0000
Re: Please don't use "setuptools", the "rotten .egg" install system. Michael Torrie <torriem@gmail.com> - 2012-01-20 09:20 -0700
Re: Please don't use "setuptools", the "rotten .egg" install system. Lele Gaifax <lele@metapensiero.it> - 2012-01-22 10:38 +0100
Re: Please don't use "setuptools", the "rotten .egg" install system. Raffaele Ricciardi <rfflrccrd@gmail.com> - 2012-01-21 00:50 +0000
csiph-web