Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #46141

RE: Cutting a deck of cards

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <carlosnepomuceno@outlook.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.022
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'scripts': 0.03; 'insert': 0.05; 'whichever': 0.09; 'python': 0.11; "wouldn't": 0.14; 'windows': 0.15; '"python': 0.16; '.py': 0.16; '2.7?': 0.16; '3.3,': 0.16; 'idle,': 0.16; 'problem!': 0.16; 'received:65.55.116.7': 0.16; 'unix-style': 0.16; 'command': 0.22; 'separate': 0.22; 'to:name:python-list@python.org': 0.22; 'install': 0.23; 'received:65.55.116': 0.24; 'mon,': 0.24; "haven't": 0.24; '(or': 0.24; 'skip:" 20': 0.27; 'header:In-Reply- To:1': 0.27; 'skip:- 40': 0.29; "i'm": 0.30; '(on': 0.31; 'run': 0.32; 'date:': 0.34; 'but': 0.35; 'done': 0.36; 'should': 0.36; 'so,': 0.37; 'two': 0.37; 'to:addr:python-list': 0.38; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; "you'll": 0.62; 'email addr:gmail.com': 0.63; 're:': 0.63; 'grab': 0.64; 'cards': 0.65; 'difference.': 0.84; 'installer': 0.84; 'subject:Cutting': 0.84; '+1000': 0.91; 'cutting': 0.91; '2013': 0.98
X-TMN [z0VcorIVaQrKnz8/MuhQo5mJABapCMf6]
X-Originating-Email [carlosnepomuceno@outlook.com]
From Carlos Nepomuceno <carlosnepomuceno@outlook.com>
To "python-list@python.org" <python-list@python.org>
Subject RE: Cutting a deck of cards
Date Mon, 27 May 2013 01:51:25 +0300
Importance Normal
In-Reply-To <CAPTjJmoZ+WbihideOdm2tfnu7ocuQCQYXfBTRRD697wDiuXgRQ@mail.gmail.com>
References <CAPTjJmoZ+WbihideOdm2tfnu7ocuQCQYXfBTRRD697wDiuXgRQ@mail.gmail.com>
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding quoted-printable
MIME-Version 1.0
X-OriginalArrivalTime 26 May 2013 22:51:25.0934 (UTC) FILETIME=[8D4ED8E0:01CE5A63]
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.2218.1369608693.3114.python-list@python.org> (permalink)
Lines 24
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1369608693 news.xs4all.nl 15904 [2001:888:2000:d::a6]:51099
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:46141

Show key headers only | View raw


----------------------------------------
> Date: Mon, 27 May 2013 08:42:56 +1000
> Subject: Re: Cutting a deck of cards
> From: rosuav@gmail.com
[...]
> Easy. Just grab the standard installer and hit it. You'll get two
> separate directories (or more; I have \Python26, \Python27, \Python32,
> \Python33 on this box), and you can run whichever you want. The one
> thing to take care of is .py associations; I haven't actually done it
> (on here, all I actually do is IDLE, pretty much), but as of 3.3, you
> should be able to use a Unix-style shebang to indicate which Python
> you want to invoke.
>
> ChrisA

I'm not even using shebangs in Windows because I thought it wouldn't make any difference. I'm used to run scripts like "python filename.py" from the command line. No problem!

So, Python 3.3 will honor if I insert "#!C:\Python27\python.exe"? if I install it after Python 2.7? Cool!!! 		 	   		  

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Cutting a deck of cards RVic <rvince99@gmail.com> - 2013-05-26 10:52 -0700
  Re: Cutting a deck of cards MRAB <python@mrabarnett.plus.com> - 2013-05-26 19:04 +0100
  Re: Cutting a deck of cards Kamlesh Mutha <mkamlesh@gmail.com> - 2013-05-26 23:35 +0530
  RE: Cutting a deck of cards Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-26 21:16 +0300
    Re: Cutting a deck of cards Marc Christiansen <usenetmail@solar-empire.de> - 2013-05-26 21:36 +0200
      RE: Cutting a deck of cards Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-26 22:54 +0300
        Re: Cutting a deck of cards Marc Christiansen <usenetmail@solar-empire.de> - 2013-05-26 22:13 +0200
      Re: Cutting a deck of cards Terry Jan Reedy <tjreedy@udel.edu> - 2013-05-26 17:03 -0400
  Re: Cutting a deck of cards RVic <rvince99@gmail.com> - 2013-05-26 11:17 -0700
  Re: Cutting a deck of cards Roy Smith <roy@panix.com> - 2013-05-26 14:21 -0400
  Re: Cutting a deck of cards Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-26 23:17 +0100
  RE: Cutting a deck of cards Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-27 01:30 +0300
  Re: Cutting a deck of cards Chris Angelico <rosuav@gmail.com> - 2013-05-27 08:42 +1000
  RE: Cutting a deck of cards Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-05-27 01:51 +0300
  Re: Cutting a deck of cards Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-26 23:56 +0100
  Re: Cutting a deck of cards Lee Crocker <leedanielcrocker@gmail.com> - 2013-05-31 04:56 -0700
    Re: Cutting a deck of cards Modulok <modulok@gmail.com> - 2013-05-31 12:54 -0600
    Re: Cutting a deck of cards Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-01 18:16 +0100
      Re: Cutting a deck of cards Lee Crocker <leedanielcrocker@gmail.com> - 2013-06-01 22:57 -0700
  Re: Cutting a deck of cards Giorgos Tzampanakis <giorgos.tzampanakis@gmail.com> - 2013-06-01 14:58 +0000

csiph-web