Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97852
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: teacher need help! |
| Date | 2015-10-21 00:41 -0400 |
| References | <BLUPR0201MB1524EDBB3F8C367250412FEFD63C0@BLUPR0201MB1524.namprd02.prod.outlook.com> <5623397C.40205@timgolden.me.uk> <CANy1k1iq-9K_D+iVUW4ErFF5QvByH3r+WMVyHdq2Mrr9nbeNhg@mail.gmail.com> <BLUPR0201MB1524A5C40F14DD282BA0A379D63A0@BLUPR0201MB1524.namprd02.prod.outlook.com> <n029b5$kk$1@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.67.1445402505.878.python-list@python.org> (permalink) |
On 10/19/2015 4:23 AM, Terry Reedy wrote: > On 10/18/2015 9:32 PM, Storey, Geneva wrote: > >> Same issue! See attached. > -------- > >>> Can I suggest you find the turtle.py module in c:\windows\system32, >>> move it >>> to somewhere more suitable and try the code again? > > This seems strange. C:/Windows/System32 should only be writable by > admin users, and even they should have no reason to put random files > there. It would certainly be bad practice. There could be a screw-up > with some systems. But we need much more info to say much. See https://bugs.python.org/issue25450 The 3.5 Python and IDLE ICONS do not specify a start directory, so python start in c:\windows\system32 (even for a 64 bit install -- whether this is correct or a bug, I do not know). The solution is to add one. On Win 7, Start Menu, Python 3.5, right click, Properties, Shortcut, Start In: add the path to the executable (without python(w).exe at the end), which is in the Target line. BE CAREFUL TO NOT INADVERTENTLY EDIT/DELETE THE TARGET. For Win 10, hides the property dialogs: no Start Menu, only a deformed 'All apps' list with entries that are NOT icons. Find Python35, Python/IDLE. Either click to run or right click, Pin to Taskbar. Either way, right click on the taskbar icon, right click again, select Properties, continue as above. Fix two for a possible problem. Go to <homedir>/.idlerc/recent-files.lst. Edit and delete any bad entries. I cannot tell from the report here or tracker if this is needed. At worst, delete the file. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: teacher need help! Terry Reedy <tjreedy@udel.edu> - 2015-10-21 00:41 -0400 Re: teacher need help! wxjmfauth@gmail.com - 2015-10-20 23:34 -0700
csiph-web