Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97840 > unrolled thread
| Started by | Michael Torrie <torriem@gmail.com> |
|---|---|
| First post | 2015-10-20 11:39 -0600 |
| Last post | 2015-10-20 11:39 -0600 |
| 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: teacher need help! Michael Torrie <torriem@gmail.com> - 2015-10-20 11:39 -0600
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Date | 2015-10-20 11:39 -0600 |
| Subject | Re: teacher need help! |
| Message-ID | <mailman.59.1445362792.878.python-list@python.org> |
On 10/20/2015 10:25 AM, Storey, Geneva wrote: > FYI-We formatted the machines, reinstalling everything, including > Python. I works with no problems now. Confusing that this would > happen on 3 out of 13 machines. Just letting you know, all is well. > Thank you for your help! Geneva Wow that seems rather drastic. Your tech never found the errant turtle.py files? If this problem happened before, it's bound to happen again, and like has been mentioned, the problem is simply a matter of a student's "turtle.py" file being saved to a place where it interferes with Python's own turtle.py file. In fact I would recommend you encourage your students to not use the name "turtle.py" when saving files. Even one in the same directory as a file that imports turtle will shadow the system one. Will save you pain and suffering anyway.
Back to top | Article view | comp.lang.python
csiph-web