Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98036 > unrolled thread
| Started by | Sibylle Koczian <nulla.epistola@web.de> |
|---|---|
| First post | 2015-11-01 11:19 +0100 |
| Last post | 2015-11-01 11:19 +0100 |
| Articles | 1 — 1 participant |
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: Puzzled Sibylle Koczian <nulla.epistola@web.de> - 2015-11-01 11:19 +0100
| From | Sibylle Koczian <nulla.epistola@web.de> |
|---|---|
| Date | 2015-11-01 11:19 +0100 |
| Subject | Re: Puzzled |
| Message-ID | <mailman.15.1446373195.4463.python-list@python.org> |
Am 30.10.2015 um 17:20 schrieb Robinson, Wendy: > Hi there, > > I installed Python 3.5.0 64-bit for Windows yesterday and tried some > basic programs successfully. > > This morning I rebooted my computer and can’t get a single one to work. > The interpreter seems to be fine and the environment variables look > correct. But every py file I try to run at the >>> prompt gives me a > NameError. > Did you try the exact same things yesterday and this morning? The >>> prompt isn't made for running py files, but for directly entering statements and executing them. Running py files from a windows command prompt (probably after changing into the right directory) should work. Importing py files at the >>> prompt and using their content should work (again, if Python can find them). So, what exactly did you do yesterday and what exactly did you do today? HTH Sibylle
Back to top | Article view | comp.lang.python
csiph-web