Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97448 > unrolled thread
| Started by | John Gordon <gordon@panix.com> |
|---|---|
| First post | 2015-10-06 14:56 +0000 |
| Last post | 2015-10-06 19:11 -0400 |
| Articles | 2 — 2 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.
Re: Trouble running John Gordon <gordon@panix.com> - 2015-10-06 14:56 +0000
Re: Trouble running Terry Reedy <tjreedy@udel.edu> - 2015-10-06 19:11 -0400
| From | John Gordon <gordon@panix.com> |
|---|---|
| Date | 2015-10-06 14:56 +0000 |
| Subject | Re: Trouble running |
| Message-ID | <mv0nes$o5t$1@reader1.panix.com> |
In <mailman.409.1444115369.28679.python-list@python.org> =?utf-8?Q?Cameroni123_=E2=84=A2?= <cameronbell45@gmail.com> writes:
> Hi I have recently installed python on windows 10 and I'm trying to
> save in order to run the module and I cant I don't know why, could
> you please help?
> Cameron
We need more details to help you.
What program are you using to try to save? Is it a text editor?
What happens when you try to save? How do you know it didn't work?
Do you get an error message?
--
John Gordon A is for Amy, who fell down the stairs
gordon@panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
[toc] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2015-10-06 19:11 -0400 |
| Message-ID | <mailman.438.1444173307.28679.python-list@python.org> |
| In reply to | #97448 |
On 10/6/2015 10:56 AM, John Gordon wrote: > In <mailman.409.1444115369.28679.python-list@python.org> =?utf-8?Q?Cameroni123_=E2=84=A2?= <cameronbell45@gmail.com> writes: > >> Hi I have recently installed python on windows 10 and I'm trying to >> save in order to run the module and I cant I don't know why, could >> you please help? >> Cameron Which version of Python. How installed. > We need more details to help you. > > What program are you using to try to save? Is it a text editor? > > What happens when you try to save? How do you know it didn't work? > Do you get an error message? If you are using IDLE, to see errors messages, run it from Command Prompt window with 'python -m idlelib' or perhaps 'py -3.y -m idlelib' (replacing 'y' with the appropriate number) or 'py -2.7 -m idlelib.idle'. -- Terry Jan Reedy
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web