Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news-out1.kabelfoon.nl!newsfeed.kabelfoon.nl!bandi.nntp.kabelfoon.nl!feed.xsnews.nl!border-3.ams.xsnews.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'mess': 0.07; 'python': 0.08; 'setup.py': 0.09; 'top-level': 0.09; 'packages.': 0.13; '"python': 0.15; 'install".': 0.16; 'setuptools': 0.16; 'subject:expression': 0.16; 'subject:regular': 0.16; 'tonight!': 0.16; 'cc:addr:python-list': 0.16; 'wed,': 0.17; 'wrote:': 0.18; 'thanks,': 0.19; 'cc:no real name:2**0': 0.21; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'versions': 0.23; 'received:209.85.213.46': 0.23; 'received:mail- yw0-f46.google.com': 0.23; '\xa0if': 0.23; 'guess': 0.26; 'cc:2**0': 0.26; 'module': 0.26; 'version,': 0.28; 'message- id:@mail.gmail.com': 0.29; 'installed': 0.29; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'fork': 0.30; 'kelly': 0.30; 'navigate': 0.30; 'subject:?': 0.31; 'file.': 0.31; 'version': 0.32; 'there': 0.33; 'this.': 0.33; 'file': 0.34; 'subject:What': 0.34; '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; 'should': 0.38; 'files': 0.39; 'option': 0.39; 'received:209': 0.39; 'called': 0.40; 'setup': 0.40; 'subject:best': 0.67; 'subject:this': 0.74; 'subject:write': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=Yv0wynBVbu0eptom7fWAmWbjIQEZO8NQLSbuiGGqzw8=; b=Hiq8aoeOahfa39FjaLQLubvZ20aIzG1yjjWl6mbQEhKwUpLYjSpK2UfgITro08I1zb jxycI1tHMf8hwmx9D5AxoPB8M0RatJZMrZEJFplFO6aZjgm5mIGilrKkgQuXccJ7d2QV JcdEAm4OpxeveVIc0YB4yDHcI7s3T1+84wz0F9F2fV+ihmzAAjKyK9XtZmXXeliOYx0J nPx9wes8Vfn1mvpgqAy7fP27iDGsus2IS5SV2tyPsW/jCiist1sHaFvkOvF7c2lt8lAv XuCEvLCN5wJ+LNyeWPIOyUJFke8MpYP5/eivtHDv4hoTHw3f5y1dfSNCu7hiHEceWTuJ gPmg== MIME-Version: 1.0 In-Reply-To: References: <12783654.1174.1331073814011.JavaMail.geo-discussion-forums@yner4> From: John Salerno Date: Wed, 7 Mar 2012 15:11:17 -0600 Subject: Re: What's the best way to write this regular expression? To: Ian Kelly Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331154700 news.xs4all.nl 6990 [2001:888:2000:d::a6]:51845 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21345 On Wed, Mar 7, 2012 at 3:01 PM, Ian Kelly 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. =A0Generally, to install something in that > manner, you would navigate to that top-level folder and run "python > setup.py install". =A0If 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!