Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21347
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <bsk16@case.edu> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'mess': 0.07; 'python': 0.08; 'combines': 0.09; 'setup.py': 0.09; 'top-level': 0.09; 'algorithm': 0.13; 'packages.': 0.13; '"python': 0.15; 'compression': 0.16; 'gzip': 0.16; 'install".': 0.16; 'setup.py.': 0.16; 'setuptools': 0.16; 'subject:expression': 0.16; 'subject:regular': 0.16; 'tonight!': 0.16; 'weird.': 0.16; 'wed,': 0.17; 'wrote:': 0.18; 'thanks,': 0.19; 'archive': 0.21; 'file,': 0.21; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'versions': 0.23; '\xa0if': 0.23; 'extract': 0.24; 'guess': 0.26; 'module': 0.26; 'version,': 0.28; 'message-id:@mail.gmail.com': 0.29; 'installed': 0.29; 'pm,': 0.29; 'fork': 0.30; 'kelly': 0.30; 'navigate': 0.30; 'tar': 0.30; 'subject:?': 0.31; 'file.': 0.31; 'version': 0.32; 'there': 0.33; 'this.': 0.33; 'file': 0.34; 'subject:What': 0.34; 'to:addr:python-list': 0.35; 'something': 0.35; 'folder': 0.35; 'install': 0.35; 'run': 0.37; 'received:google.com': 0.37; "i'll": 0.38; 'received:209.85': 0.38; 'some': 0.38; 'format': 0.38; 'should': 0.38; 'files': 0.39; 'option': 0.39; 'that.': 0.39; 'received:209.85.215': 0.39; 'received:209': 0.39; 'called': 0.40; 'setup': 0.40; 'to:addr:python.org': 0.40; 'john': 0.61; 'your': 0.61; 'subject:best': 0.67; 'subject:this': 0.74; 'subject:write': 0.84; 'step.': 0.91 |
| MIME-Version | 1.0 |
| In-Reply-To | <CAKNT9cb5Qpp5q5oxn2-_WpY9THRK_e1a1MyYbOSxnPyHrTVBDA@mail.gmail.com> |
| References | <12783654.1174.1331073814011.JavaMail.geo-discussion-forums@yner4> <dfbc4383-8a94-4907-a841-51e72226b0bd@o16g2000yqg.googlegroups.com> <CALwzidms6Kho4eiFzKDjQRW+4SSAwxsOm-E1Yx-AqB5PSpQybg@mail.gmail.com> <CAKNT9cb5Qpp5q5oxn2-_WpY9THRK_e1a1MyYbOSxnPyHrTVBDA@mail.gmail.com> |
| Date | Wed, 7 Mar 2012 16:27:26 -0500 |
| Subject | Re: What's the best way to write this regular expression? |
| From | Benjamin Kaplan <benjamin.kaplan@case.edu> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-Gm-Message-State | ALoCoQm6PbfaU7mySQgY9X7z7Ox0F3uiKf3iZ35onxlt3IBuI176SMv9NU9Ja6dFDR0/YhupeRyB |
| X-Junkmail-Whitelist | YES (by domain whitelist at mpv1.tis.cwru.edu) |
| 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.487.1331155717.3037.python-list@python.org> (permalink) |
| Lines | 32 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1331155717 news.xs4all.nl 6861 [2001:888:2000:d::a6]:57451 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:21347 |
Show key headers only | View raw
On Wed, Mar 7, 2012 at 4:11 PM, John Salerno <johnjsal@gmail.com> wrote: > > On Wed, Mar 7, 2012 at 3:01 PM, Ian Kelly <ian.g.kelly@gmail.com> wrote: > > > There is a fork of setuptools called "distribute" that supports Python > > 3. > > Thanks, I guess I'll give this a try tonight! > > > setup.py is a file that should be included at the top-level of the > > .tar files you downloaded. Generally, to install something in that > > manner, you would navigate to that top-level folder and run "python > > setup.py install". If you have multiple Python versions installed and > > want to install the package for a specific version, then you would use > > that version of Python to run the setup.py file. > > The only files included in the .tar.gz file is a .tar file of the same > name. So I guess the setup option doesn't exist for these particular > packages. I'll try "distribute" tonight when I have some time to mess > with all of this. > > So much work just to get a 3rd party module installed! > -- It's because your extraction program is weird. Gzip is a compression algorithm that operates on a single file. Tar is an archive format that combines multiple files into a single file. When we say "extract the .tar.gz", what we mean is both uncompress the tar file and then extract everything out of that. A lot of programs will do that in one step. If you look inside the tar file, you should find the setup.py.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 14:43 -0800
Re: What's the best way to write this regular expression? Chris Rebert <clp2@rebertia.com> - 2012-03-06 14:52 -0800
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 15:02 -0800
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 15:05 -0800
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 15:25 -0800
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 15:33 -0800
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 15:33 -0800
Re: What's the best way to write this regular expression? Ian Kelly <ian.g.kelly@gmail.com> - 2012-03-06 16:35 -0700
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 17:39 -0600
Re: What's the best way to write this regular expression? Terry Reedy <tjreedy@udel.edu> - 2012-03-06 20:04 -0500
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 15:05 -0800
Re: What's the best way to write this regular expression? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-06 23:44 +0000
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 15:57 -0800
RE: What's the best way to write this regular expression? "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-07 00:04 +0000
Re: What's the best way to write this regular expression? Terry Reedy <tjreedy@udel.edu> - 2012-03-06 20:06 -0500
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 15:02 -0800
Re: What's the best way to write this regular expression? Roy Smith <roy@panix.com> - 2012-03-06 20:26 -0500
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-06 23:02 -0800
Re: What's the best way to write this regular expression? Paul Rubin <no.email@nospam.invalid> - 2012-03-07 02:36 -0800
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-07 12:39 -0800
Re: What's the best way to write this regular expression? Ian Kelly <ian.g.kelly@gmail.com> - 2012-03-07 14:01 -0700
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-07 15:11 -0600
Re: What's the best way to write this regular expression? alex23 <wuwei23@gmail.com> - 2012-03-08 19:38 -0800
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-08 19:52 -0800
Re: What's the best way to write this regular expression? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-03-07 16:27 -0500
RE: What's the best way to write this regular expression? "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-07 21:31 +0000
Re: What's the best way to write this regular expression? Ian Kelly <ian.g.kelly@gmail.com> - 2012-03-07 14:34 -0700
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-07 15:44 -0600
Re: RE: What's the best way to write this regular expression? Evan Driscoll <driscoll@cs.wisc.edu> - 2012-03-07 16:02 -0600
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-07 23:26 -0800
Re: What's the best way to write this regular expression? Chris Angelico <rosuav@gmail.com> - 2012-03-08 16:03 +1100
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-07 23:25 -0800
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-08 13:33 -0800
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-08 13:40 -0800
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-08 13:52 -0800
Re: What's the best way to write this regular expression? John Gordon <gordon@panix.com> - 2012-03-08 21:54 +0000
Re: What's the best way to write this regular expression? Dave Angel <d@davea.name> - 2012-03-08 17:19 -0500
Re: What's the best way to write this regular expression? John Salerno <johnjsal@gmail.com> - 2012-03-08 16:25 -0600
RE: What's the best way to write this regular expression? "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-08 23:02 +0000
Re: What's the best way to write this regular expression? Dave Angel <d@davea.name> - 2012-03-08 18:23 -0500
Re: What's the best way to write this regular expression? Ethan Furman <ethan@stoneleaf.us> - 2012-03-08 14:52 -0800
Re: What's the best way to write this regular expression? jkn <jkn_gg@nicorp.f9.co.uk> - 2012-03-09 02:45 -0800
csiph-web