Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #48488
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.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 | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.056 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.00; 'distutils': 0.07; 'subject:help': 0.08; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'seems': 0.21; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; '[1]': 0.29; 'am,': 0.29; "doesn't": 0.30; 'subject:please': 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'ago': 0.33; 'beginning': 0.33; 'could': 0.34; 'subject: (': 0.35; 'advice': 0.35; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'project': 0.37; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'rather': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'john': 0.61; 'more': 0.64; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ScYwTjg65QfQRJ4o73InxINWddXA0KOh68qxiXnPbF8=; b=IRrgRgkRtawV6fKxzpjHBnTEjZG4iR8QbNU3Faq50DCPGWc45IXW7OVizlyQFXffP9 tRBWSiSc+gpW4G444hIZs+R9ie0H155Ibi/NpwlSG3tez8OillSi09/1pSJeQLzOmSpg aLms6UGO04WUpxdFgRvXw07yR5bM8JoHjr8OZJgWbIE7ZPmDNT3mghyaU7ybUwlPjPZz 2od8eEbYa2DSbaZgyFCRyl08EA+XvmvB5ryZpOSDRAbapjZGksailj5BhjWv/tJl8dma q6vBYyZo07Bqa9V1kWQiZw7FuGrCuVVtL2T/6hGnm4njgEjstnob9bVAlVd+mG15PiVZ 5Gpg== |
| MIME-Version | 1.0 |
| X-Received | by 10.58.214.105 with SMTP id nz9mr3759794vec.58.1371434177040; Sun, 16 Jun 2013 18:56:17 -0700 (PDT) |
| In-Reply-To | <831bd9e3-66d2-4bc2-9a76-a5ae8bc4aa10@googlegroups.com> |
| References | <25416834-33d5-44ea-b70f-5dde80ad718f@googlegroups.com> <face43b6-5039-44d3-95dc-d8e041087f5a@googlegroups.com> <831bd9e3-66d2-4bc2-9a76-a5ae8bc4aa10@googlegroups.com> |
| Date | Mon, 17 Jun 2013 11:56:16 +1000 |
| Subject | Re: Imports (in Py3), please help a novice |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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.3465.1371434179.3114.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1371434179 news.xs4all.nl 15873 [2001:888:2000:d::a6]:60749 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:48488 |
Show key headers only | View raw
On Mon, Jun 17, 2013 at 4:46 AM, John Ladasky <john_ladasky@sbcglobal.net> wrote: > I was trying to RTFM linearly, beginning (naturally) at the beginning Alas, the King of Hearts's good advice [1] doesn't work so well with large documentation. :) It seems distutils is rather more complicated than could be desired; but wasn't there a project a while ago to simplify all that mess? Or was distutils the result of that, and it used to be worse? ChrisA [1] To the White Rabbit - http://en.wikisource.org/wiki/Alice%27s_Adventures_in_Wonderland/Chapter_12#182
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Imports (in Py3), please help a novice John Ladasky <john_ladasky@sbcglobal.net> - 2013-06-15 17:53 -0700
Re: Imports (in Py3), please help a novice John Ladasky <john_ladasky@sbcglobal.net> - 2013-06-15 19:50 -0700
Re: Imports (in Py3), please help a novice Miki Tebeka <miki.tebeka@gmail.com> - 2013-06-16 07:50 -0700
Re: Imports (in Py3), please help a novice John Ladasky <john_ladasky@sbcglobal.net> - 2013-06-16 11:46 -0700
Re: Imports (in Py3), please help a novice Chris Angelico <rosuav@gmail.com> - 2013-06-17 11:56 +1000
csiph-web