Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19133
| Date | 2012-01-19 17:21 +0000 |
|---|---|
| From | Andrea Crotti <andrea.crotti.0@gmail.com> |
| Subject | Re: Please don't use "setuptools", the "rotten .egg" install system. |
| References | <4f170e46$0$1659$742ec2ed@news.sonic.net> <mailman.4855.1326964340.27778.python-list@python.org> <4f184d54$0$1714$742ec2ed@news.sonic.net> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4867.1326993718.27778.python-list@python.org> (permalink) |
On 01/19/2012 05:05 PM, John Nagle wrote: > I can do it, I just have better things to do than system > administration. The fact that Python doesn't "just work" is > part of why it's losing market share. > Maybe in your home is losing market (if you're so sure post some sources). > If it can be built with "python setup.py build", go that way. > A "setup.py" script, invoked with the correct Python, reliably > knows which Python it is supposed to update. "egg" files > usually have trouble with that. > > Prebuilt systems should use the installer for the distro, and > work with yum, apt-get, or the Windows installer as appropriate. > > It does seem to be necessary to install the development tools > on a Linux system just to get various Python packages to install. > Major packages are still all over the place. > PyPy is just a directory of links, not a repository like CPAN. > > Python sort of slips through the cracks. Nobody is doing > the work to make PyPy handle these problems, and Python isn't > important enough for MySQL, etc. to support the connector for > the language. (They support Perl, C, Java, etc., but not > Python.) > > John Nagle An egg includes a python and OS version actually, and you're perfectly free to use your favourite distro-installer system. Someone cares if MySQL doesn't officially support Python when there are already perfectly working connectors? Most hardware vendors don't support Linux and Linux drivers often work way better than the Windows-equivalent (just to make an example).
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