Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44784
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <bahamutzero8825@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:not': 0.03; '(even': 0.05; 'cpython': 0.05; 'subject:Python': 0.06; 'windows': 0.15; 'cli': 0.16; "microsoft's": 0.16; '(you': 0.16; 'wrote:': 0.18; 'written': 0.21; 'header:User-Agent:1': 0.23; 'certainly': 0.24; 'header:In-Reply-To:1': 0.27; 'specifically': 0.29; "i'm": 0.30; "d'aprano": 0.31; 'steven': 0.31; 'received:google.com': 0.35; 'message-id:@gmail.com': 0.38; 'convention': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; '3.3.1': 0.84; '9.1': 0.84; 'freebsd': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=BuWlCJOMu4PGkdOwh7gSejsCsJOtv5E6Fnz5+HyxNP0=; b=VOv4FM1tlDQy7ADKBg40+UXw2xDsPTKPgCa73b9mBjV6J7RoTOnx8wP6hNGgyLBtHC q+6lj50pM9gKGRkSS5mBP0x6bewaGKZoGRZjKHp62zgrMdvh2aCCq+Q5J4IchgJ8p0bL FO0Dywgq5RHD2+9bU9P6HTerf3hxkPNNuQWZpX+X6cFbHH7sEpc/RqDCi3eN3GOhbErJ pL/hMXqT6EW+UuFM21Axqw3X2aMoea7WiAsaHuTdvofEhhpUl9NUHzYcsBTkmpsxEHiM PEqoeAUlwrFzYyXPDo3ayw6iDoYgC9WR0cAkvSKB1o4M4+X/K+Y/D5zl9bhXwfnxJHD4 bAnQ== |
| X-Received | by 10.236.31.201 with SMTP id m49mr16134000yha.164.1367783228373; Sun, 05 May 2013 12:47:08 -0700 (PDT) |
| Date | Sun, 05 May 2013 14:47:09 -0500 |
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| User-Agent | Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 |
| MIME-Version | 1.0 |
| To | "comp.lang.python" <python-list@python.org> |
| Subject | Re: Python not starting |
| References | <9ace60b8-a07d-41bc-ac9f-507f6c61f955@googlegroups.com> <5186ab34$0$29997$c3e8da3$5496439d@news.astraweb.com> |
| In-Reply-To | <5186ab34$0$29997$c3e8da3$5496439d@news.astraweb.com> |
| X-Enigmail-Version | 1.5.1 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| 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.1311.1367792561.3114.python-list@python.org> (permalink) |
| Lines | 6 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1367792561 news.xs4all.nl 15906 [2001:888:2000:d::a6]:51114 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44784 |
Show key headers only | View raw
On 2013.05.05 13:55, Steven D'Aprano wrote: > (you might need to use /S on Windows instead, I'm not sure.) That is only a convention among Microsoft's CLI utilities. Very few others follow it (even for programs written specifically for Windows), and it is certainly not a necessity on Windows. -- CPython 3.3.1 | Windows NT 6.2.9200 / FreeBSD 9.1
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python not starting rama29065@gmail.com - 2013-05-05 06:43 -0700
Re: Python not starting Roy Smith <roy@panix.com> - 2013-05-05 09:51 -0400
Re: Python not starting DRJ Reddy <rama29065@gmail.com> - 2013-05-05 07:00 -0700
Re: Python not starting Roy Smith <roy@panix.com> - 2013-05-05 10:16 -0400
Re: Python not starting DRJ Reddy <rama29065@gmail.com> - 2013-05-05 07:28 -0700
Re: Python not starting Chris Angelico <rosuav@gmail.com> - 2013-05-06 01:00 +1000
Re: Python not starting DRJ Reddy <rama29065@gmail.com> - 2013-05-05 08:11 -0700
Re: Python not starting Chris Angelico <rosuav@gmail.com> - 2013-05-06 01:20 +1000
Re: Python not starting DRJ Reddy <rama29065@gmail.com> - 2013-05-05 09:25 -0700
Re: Python not starting Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-05 15:26 +0100
Re: Python not starting DRJ Reddy <rama29065@gmail.com> - 2013-05-05 07:32 -0700
Re: Python not starting Roy Smith <roy@panix.com> - 2013-05-05 13:55 -0400
Re: Python not starting DRJ Reddy <rama29065@gmail.com> - 2013-05-05 11:15 -0700
Re: Python not starting Chris Angelico <rosuav@gmail.com> - 2013-05-06 08:29 +1000
Re: Python not starting drjreddy7@gmail.com - 2013-05-05 20:15 -0700
Re: Python not starting Chris Angelico <rosuav@gmail.com> - 2013-05-06 14:02 +1000
Re: Python not starting Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-06 06:06 +0000
Re: Python not starting DRJ Reddy <rama29065@gmail.com> - 2013-05-06 03:33 -0700
Re: Python not starting Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-05 18:55 +0000
Re: Python not starting Andrew Berg <bahamutzero8825@gmail.com> - 2013-05-05 14:47 -0500
Re: Python not starting drjreddy7@gmail.com - 2013-05-05 19:28 -0700
csiph-web