Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #110326 > unrolled thread
| Started by | "Michael Smolen" <8smolen@tds.net> |
|---|---|
| First post | 2016-06-22 10:41 -0600 |
| Last post | 2016-06-22 19:13 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Setting up Python WinXP "Michael Smolen" <8smolen@tds.net> - 2016-06-22 10:41 -0600
Re: Setting up Python WinXP BartC <bc@freeuk.com> - 2016-06-22 18:10 +0100
Re: Setting up Python WinXP Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2016-06-22 19:13 +0200
| From | "Michael Smolen" <8smolen@tds.net> |
|---|---|
| Date | 2016-06-22 10:41 -0600 |
| Subject | Setting up Python WinXP |
| Message-ID | <mailman.45.1466615024.11516.python-list@python.org> |
Folks: I can't wait to start programming with Python. However, I am having difficulty installing on my XP operating system. I downloaded Python-3.4.5ci as that seems like the version that will run on my operating system. The latest version will not as per mention on the website. I downloaded the compacted version (*.tar), converted it to a *.tgz and extracted the software into a folder Python-3.4.5ci. That subdirectory contains numerous files (11) and 13 subdirectories. The README file states that "On Windows, see PCbuild/readme.txt.". That link was not found. So, I am clueless on what I need to do to successfully install Python3.4 on my computer. Any advice would be greatly appreciated. mike
[toc] | [next] | [standalone]
| From | BartC <bc@freeuk.com> |
|---|---|
| Date | 2016-06-22 18:10 +0100 |
| Message-ID | <nkegpr$9ds$1@dont-email.me> |
| In reply to | #110326 |
On 22/06/2016 17:41, Michael Smolen wrote: > Folks: > I can't wait to start programming with Python. However, I am having difficulty installing on my XP operating system. I downloaded Python-3.4.5ci as that seems like the version that will run on my operating system. The latest version will not as per mention on the website. I downloaded the compacted version (*.tar), converted it to a *.tgz and extracted the software into a folder Python-3.4.5ci. That subdirectory contains numerous files (11) and 13 subdirectories. The README file states that "On Windows, see PCbuild/readme.txt.". That link was not found. > > So, I am clueless on what I need to do to successfully install Python3.4 on my computer. Any advice would be greatly appreciated. > mike > If you've got .tar and .tgz files then that doesn't sound like a Windows binary. (I assume you want to download a ready-to-run binary release and not try and build it from sources which I understand is not trivial.) Google for 'python download for windows'. You're looking for a self-installing executable or a .msi file. -- Bartc
[toc] | [prev] | [next] | [standalone]
| From | Irmen de Jong <irmen.NOSPAM@xs4all.nl> |
|---|---|
| Date | 2016-06-22 19:13 +0200 |
| Message-ID | <576ac753$0$5815$e4fe514c@news.xs4all.nl> |
| In reply to | #110326 |
On 22-6-2016 18:41, Michael Smolen wrote: > Folks: > I can't wait to start programming with Python. However, I am having difficulty installing on my XP operating system. I downloaded Python-3.4.5ci as that seems like the version that will run on my operating system. The latest version will not as per mention on the website. I downloaded the compacted version (*.tar), converted it to a *.tgz and extracted the software into a folder Python-3.4.5ci. That subdirectory contains numerous files (11) and 13 subdirectories. The README file states that "On Windows, see PCbuild/readme.txt.". That link was not found. > > So, I am clueless on what I need to do to successfully install Python3.4 on my computer. Any advice would be greatly appreciated. > mike > Don't try to install from the source archive which it seems you have downloaded. Get the MSI installer instead from https://www.python.org/downloads/windows/ I think you want to get the Python 3.4.3 "windows x86 msi installer", its about one third down the page. That being said, you probably already noticed that to stay with the game, XP isn't going to cut it anymore as it is no longer supported by Microsoft. Irmen
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web