Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97852 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2015-10-21 00:41 -0400 |
| Last post | 2015-10-20 23:34 -0700 |
| 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: 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
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2015-10-21 00:41 -0400 |
| Subject | Re: teacher need help! |
| Message-ID | <mailman.67.1445402505.878.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | wxjmfauth@gmail.com |
|---|---|
| Date | 2015-10-20 23:34 -0700 |
| Message-ID | <3548a919-6548-43a3-b1cc-02b805461eb0@googlegroups.com> |
| In reply to | #97852 |
Le mercredi 21 octobre 2015 06:42:05 UTC+2, Terry Reedy a écrit : > 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 I edited the file recent-files.lst with my favorite editor. I saw a strange D:\jm\café.py, I corrected it: café.py. Now I have problems... ;-)
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web