Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97808 > unrolled thread

Re: teacher need help!

Started byTim Golden <mail@timgolden.me.uk>
First post2015-10-19 09:39 +0100
Last post2015-10-19 09:39 +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.


Contents

  Re: teacher need help! Tim Golden <mail@timgolden.me.uk> - 2015-10-19 09:39 +0100

#97808 — Re: teacher need help!

FromTim Golden <mail@timgolden.me.uk>
Date2015-10-19 09:39 +0100
SubjectRe: teacher need help!
Message-ID<mailman.30.1445243981.878.python-list@python.org>
On 19/10/2015 02:32, Storey, Geneva wrote:
> Same issue!  See attached.
> Thanks!

Geneva -- please try to post text, not pictures. Just use the mouse to
cut-and-paste the entirety of the text from that window into an email.
Otherwise some of the people who are trying to help you can't actually
see what the problem is!

[
Traceback show the same error coming from:
c:\windows\system32\turtle.py
]

This is a bit more tricky than it appears. If you're running on 64-bit
Windows (which I can't tell from your screenshot) but your Python
installation is 32-bit (which it is) then the folder which Python sees
as "c:\windows\system32" is not the same folder which the normal Windows
Explorer sees as "c:\windows\system32".

Can you try going to this folder in Explorer:

C:\windows\SysWOW64

and see if there's a turtle.py file there? If there is, move or delete
it and try again.

If that still doesn't work, can you tell us which version of Windows
you're running, and whether it's 32 or 64-bit, please? If you're not
sure how to get that information, try following the instructions here:

http://ramblings.timgolden.me.uk/2015/10/08/what-windows-version-am-i-running/

TJG

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web