Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18907
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.023 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'python': 0.08; 'linux.': 0.09; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; '(usually)': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'issue,': 0.18; 'jan': 0.19; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'runs': 0.23; 'least,': 0.23; 'specify': 0.24; 'windows': 0.26; 'pm,': 0.26; 'message-id:@mail.gmail.com': 0.28; 'fri,': 0.30; 'installation': 0.30; 'to:addr:python-list': 0.33; 'there': 0.33; 'anything': 0.34; 'machine': 0.37; 'received:google.com': 0.37; 'could': 0.37; 'replace': 0.38; 'some': 0.38; 'received:209.85': 0.38; 'received:209': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.40; 'under': 0.40; 'free': 0.63; 'buy': 0.69; 'care': 0.70; 'brand': 0.81 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=d755jcdBcgRtz4uld7A3QTs4xa05ziIvC6P2Uvxwl8A=; b=SpC+dl65mymDJwckmOkAK8UEcyXQtOOJ3NFLTUu07L+NFpcyjY3LEZmtDOi5pnj9FK RTyUXdwpgFtW7KCjSkRgVlBmOCL4s2zvjg9BEAaEg/dvl4DDAXspaYDkXOm4/P/vlxuN AAygtjT0C0G79lIpna9z5dcx0wMuUg173FkDE= |
| MIME-Version | 1.0 |
| In-Reply-To | <4F100899.2010705@sequans.com> |
| References | <tencent_5687A6BE049E106D6E941D4C@qq.com> <4F0E6930.6070701@googlemail.com> <CAD+XWwo8CN_ODO-8EC1X_j-m87Q7JejtFjp8wYz4AB_fwMUWng@mail.gmail.com> <mailman.4679.1326367460.27778.python-list@python.org> <5e6e9e04-82de-4e8f-ba1f-b110ca25c2f0@a8g2000pbi.googlegroups.com> <4f0fbad0$0$29984$c3e8da3$5496439d@news.astraweb.com> <87r4z45ed8.fsf@benfinney.id.au> <4F100899.2010705@sequans.com> |
| Date | Fri, 13 Jan 2012 21:51:36 +1100 |
| Subject | Re: Zealotry |
| 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.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.4707.1326451899.27778.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1326451899 news.xs4all.nl 6913 [2001:888:2000:d::a6]:59451 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:18907 |
Show key headers only | View raw
On Fri, Jan 13, 2012 at 9:34 PM, Jean-Michel Pichavant <jeanmichel@sequans.com> wrote: > Recommending an OS to solve one python package installation is zealotry. At > least, advise to use a virtual machine software to try it out, there are > some VM softwares for free working with windows. If I recommend Python to someone, I don't (usually) care whether he runs it under Windows or Linux. If I recommend the use of a computer, I don't care whether he runs it on 220V or 110V. A virtual machine doesn't have anything to do with the issue, and "install Debian" doesn't specify _where_. He could replace his Windows, use a virtualizer, or buy a brand new box for it - makes no diff. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: how to install lxml in window xp? Tamer Higazi <th982a@googlemail.com> - 2012-01-12 12:24 +0100
Re: how to install lxml in window xp? alex23 <wuwei23@gmail.com> - 2012-01-12 18:50 -0800
Zealotry [was Re: how to install lxml in window xp?] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-13 05:02 +0000
Re: Zealotry [was Re: how to install lxml in window xp?] alex23 <wuwei23@gmail.com> - 2012-01-12 21:41 -0800
Re: Zealotry [was Re: how to install lxml in window xp?] Stefan Behnel <stefan_ml@behnel.de> - 2012-01-13 08:51 +0100
Re: Zealotry [was Re: how to install lxml in window xp?] Chris Angelico <rosuav@gmail.com> - 2012-01-13 18:57 +1100
Re: Zealotry [was Re: how to install lxml in window xp?] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-13 11:22 +0000
Re: Zealotry [was Re: how to install lxml in window xp?] alex23 <wuwei23@gmail.com> - 2012-01-12 21:47 -0800
Re: Zealotry [was Re: how to install lxml in window xp?] Noah Hall <noah.hall@fuduntu.org> - 2012-01-13 07:29 +0000
Re: Zealotry [was Re: how to install lxml in window xp?] (OT) Stefan Behnel <stefan_ml@behnel.de> - 2012-01-13 08:54 +0100
Re: Zealotry [was Re: how to install lxml in window xp?] (OT) Noah Hall <enalicho@gmail.com> - 2012-01-13 08:20 +0000
Re: Zealotry Ben Finney <ben+python@benfinney.id.au> - 2012-01-13 17:02 +1100
Re: Zealotry Chris Angelico <rosuav@gmail.com> - 2012-01-13 17:17 +1100
Re: Zealotry Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-01-13 11:34 +0100
Re: Zealotry Chris Angelico <rosuav@gmail.com> - 2012-01-13 21:51 +1100
Re: Zealotry Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-01-13 13:11 +0100
Re: Zealotry Tony the Tiger <tony@tiger.invalid> - 2012-01-13 18:49 -0600
Re: Zealotry [was Re: how to install lxml in window xp?] John Gordon <gordon@panix.com> - 2012-01-13 15:32 +0000
Re: Zealotry [was Re: how to install lxml in window xp?] Tamer Higazi <th982a@googlemail.com> - 2012-01-13 21:07 +0100
Re: Zealotry [was Re: how to install lxml in window xp?] Noah Hall <noah.hall@fuduntu.org> - 2012-01-13 20:42 +0000
Re: Zealotry [was Re: how to install lxml in window xp?] Terry Reedy <tjreedy@udel.edu> - 2012-01-13 21:39 -0500
Re: Zealotry [was Re: how to install lxml in window xp?] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-14 04:19 +0000
Re: Zealotry [was Re: how to install lxml in window xp?] Noah Hall <noah.hall@fuduntu.org> - 2012-01-14 13:44 +0000
csiph-web