Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92454 > unrolled thread
| Started by | c me <azrocknroll@gmail.com> |
|---|---|
| First post | 2015-06-10 21:50 -0700 |
| Last post | 2015-06-11 17:48 +0200 |
| Articles | 5 — 4 participants |
Back to article view | Back to comp.lang.python
New Python student needs help with execution c me <azrocknroll@gmail.com> - 2015-06-10 21:50 -0700
Re: New Python student needs help with execution Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-06-11 08:32 +0100
Re: New Python student needs help with execution Laura Creighton <lac@openend.se> - 2015-06-11 10:52 +0200
Re: New Python student needs help with execution Chris Warrick <kwpolska@gmail.com> - 2015-06-11 16:03 +0200
Re: New Python student needs help with execution Laura Creighton <lac@openend.se> - 2015-06-11 17:48 +0200
| From | c me <azrocknroll@gmail.com> |
|---|---|
| Date | 2015-06-10 21:50 -0700 |
| Subject | New Python student needs help with execution |
| Message-ID | <77ccd04d-60fe-495c-877f-871a50c89cd2@googlegroups.com> |
I installed 2.7.9 on a Win8.1 machine. The Coursera instructor did a simple install then executed Python from a file in which he'd put a simple hello world script. My similar documents folder cannot see the python executable. How do I make this work?
[toc] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2015-06-11 08:32 +0100 |
| Message-ID | <mailman.383.1434007960.13271.python-list@python.org> |
| In reply to | #92454 |
On 11/06/2015 05:50, c me wrote: > I installed 2.7.9 on a Win8.1 machine. The Coursera instructor did a simple install then executed Python from a file in which he'd put a simple hello world script. My similar documents folder cannot see the python executable. How do I make this work? > I'm not sure what you're asking but this https://docs.python.org/3/using/windows.html should help. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
[toc] | [prev] | [next] | [standalone]
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-06-11 10:52 +0200 |
| Message-ID | <mailman.386.1434012781.13271.python-list@python.org> |
| In reply to | #92454 |
In a message of Wed, 10 Jun 2015 21:50:54 -0700, c me writes: >I installed 2.7.9 on a Win8.1 machine. The Coursera instructor did a simple install then executed Python from a file in which he'd put a simple hello world script. My similar documents folder cannot see the python executable. How do I make this work? >-- >https://mail.python.org/mailman/listinfo/python-list You need to set your PYTHONPATH. Instructions here should help. https://docs.python.org/2.7/using/windows.html It is possible that you need to do some other things too, but again that's the doc for it. Laura
[toc] | [prev] | [next] | [standalone]
| From | Chris Warrick <kwpolska@gmail.com> |
|---|---|
| Date | 2015-06-11 16:03 +0200 |
| Message-ID | <mailman.399.1434031421.13271.python-list@python.org> |
| In reply to | #92454 |
On Thu, Jun 11, 2015 at 10:52 AM, Laura Creighton <lac@openend.se> wrote: > In a message of Wed, 10 Jun 2015 21:50:54 -0700, c me writes: >>I installed 2.7.9 on a Win8.1 machine. The Coursera instructor did a simple install then executed Python from a file in which he'd put a simple hello world script. My similar documents folder cannot see the python executable. How do I make this work? >>-- >>https://mail.python.org/mailman/listinfo/python-list > > You need to set your PYTHONPATH. > Instructions here should help. > https://docs.python.org/2.7/using/windows.html > > It is possible that you need to do some other things too, but again > that's the doc for it. > > Laura > -- > https://mail.python.org/mailman/listinfo/python-list It’s actually %PATH%. %PYTHONPATH% does something different and is not really useful to newcomers (especially since there are much better ways to accomplish what it does) -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16
[toc] | [prev] | [next] | [standalone]
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-06-11 17:48 +0200 |
| Message-ID | <mailman.401.1434037704.13271.python-list@python.org> |
| In reply to | #92454 |
In a message of Thu, 11 Jun 2015 16:03:33 +0200, Chris Warrick writes: >On Thu, Jun 11, 2015 at 10:52 AM, Laura Creighton <lac@openend.se> wrote: >> In a message of Wed, 10 Jun 2015 21:50:54 -0700, c me writes: >>>I installed 2.7.9 on a Win8.1 machine. The Coursera instructor did a simple install then executed Python from a file in which he'd put a simple hello world script. My similar documents folder cannot see the python executable. How do I make this work? >>>-- >>>https://mail.python.org/mailman/listinfo/python-list >> >> You need to set your PYTHONPATH. >> Instructions here should help. >> https://docs.python.org/2.7/using/windows.html >> >> It is possible that you need to do some other things too, but again >> that's the doc for it. >> >> Laura >> -- >> https://mail.python.org/mailman/listinfo/python-list > >It’s actually %PATH%. %PYTHONPATH% does something different and is not >really useful to newcomers (especially since there are much better >ways to accomplish what it does) > >-- >Chris Warrick <https://chriswarrick.com/> >PGP: 5EAAEA16 Sorry about that -- what you get for not using windows. Thank you. Laura
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web