Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95531
| Path | csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!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.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'win32': 0.03; 'failing': 0.05; 'cc:addr:python-list': 0.09; '22,': 0.09; 'python': 0.10; 'suggest': 0.15; 'fernandez': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'miguel': 0.16; 'wrote:': 0.16; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'trying': 0.22; 'am,': 0.23; '(or': 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'message-id:@mail.gmail.com': 0.27; 'fine': 0.28; 'run': 0.33; 'that,': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'installing': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'thought': 0.37; 'version': 0.38; 'button': 0.38; 'does': 0.39; 'application': 0.39; 'hello,': 0.40; 'your': 0.60; 'telling': 0.61; 'show': 0.62; 'click': 0.76; 'chrisa': 0.84; 'to:none': 0.91 |
| 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:cc :content-type; bh=k851E1vNJN4PbJJo5hWkninijnOvIiW8QAPTfJIwfJs=; b=oiIQJnoHyFIgwO/S/26jDekS9Z1owQsm33iqthPCF8h959AHlkBH+6fhZwEwHm0cGa GXC95y1o0a97Q/7YcEbgyi4Vp7aH3RxpCIHBZEmQbHyZZuRmIKL8RDEa7UktmlXsKc9n Su9GuSoo3Yuz3Lcu80reeHTqrMEu27zDVJ27Mhcu3YnKGAcKpcFOoH04iYnvH9D5sP9+ /VUFziUfe9smcs0t+96YvsxPzT8ygzX7vJEH4c0wh2xljfX8wSUOZ7M9GfEsShcwLIYY U3Otmra3es2lqh98WPyFk9zJgALnnt35wU/ICsT6nKuQSrRleqp2dbio23l8X8FztD4l X2Hg== |
| MIME-Version | 1.0 |
| X-Received | by 10.107.12.166 with SMTP id 38mr7866140iom.157.1440186094704; Fri, 21 Aug 2015 12:41:34 -0700 (PDT) |
| In-Reply-To | <COL129-W7DD7D287BDC5979A3A6B0DD650@phx.gbl> |
| References | <COL129-W7DD7D287BDC5979A3A6B0DD650@phx.gbl> |
| Date | Sat, 22 Aug 2015 05:41:34 +1000 |
| Subject | Re: Bug! |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2.1440186103.17298.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1440186103 news.xs4all.nl 23738 [2001:888:2000:d::a6]:59644 |
| X-Complaints-To | abuse@xs4all.nl |
| X-Received-Bytes | 3601 |
| X-Received-Body-CRC | 1419674031 |
| Xref | csiph.com comp.lang.python:95531 |
Show key headers only | View raw
On Sat, Aug 22, 2015 at 5:31 AM, Miguel Alejandro Fernandez <alejandrogroso@hotmail.com> wrote: > hello, python3.5rc1 when trying to install , the installer did not show the > button to start installing , to click in the middle he started ; after > installing I thought that everything would work fine but I could never run > it, telling me ' this is not a valid Win32 application ' > > *use a computer with WindowsXP Python 3.5 does not support Windows XP. I suggest installing a better-supported operating system (or failing that, a better-supported version of your current OS). ChrisA
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-22 05:41 +1000
Re: Bug! hamilton <hamilton@nothere.com> - 2015-08-21 16:42 -0600
Re: Bug! Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-08-21 18:07 -0500
Re: Bug! sohcahtoa82@gmail.com - 2015-08-21 16:53 -0700
Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-22 11:02 +1000
Re: Bug! Rustom Mody <rustompmody@gmail.com> - 2015-08-21 21:37 -0700
Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-22 15:16 +1000
Re: Bug! hamilton <hamilton@nothere.com> - 2015-08-21 23:26 -0600
Re: Bug! Tim Golden <mail@timgolden.me.uk> - 2015-08-22 18:08 +0100
Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-23 09:06 +1000
Re: Bug! Chris Angelico <rosuav@gmail.com> - 2015-08-23 11:35 +1000
Re: Bug! Simon Ward <simon@bleah.co.uk> - 2015-08-23 02:22 +0100
csiph-web