Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't access Turtle Demo
#4
Greetings everyone, I am having this exact same issue and hoping that a solution was found.

Can anyone assist?

I'm running on a Mac and my version is 3.7. See below for my obviously poor attempts at doing this. I am very new to coding so please aim solutions at dummy level.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 26 2018, 23:26:24)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "copyright", "credits" or "license()" for more information.
>>> python -m turtledemo
SyntaxError: invalid syntax
>>> python turtledemo.py
SyntaxError: invalid syntax
>>> python turtleDemo.py
SyntaxError: invalid syntax
>>> python -mturtleDemo
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
python -mturtleDemo
NameError: name 'python' is not defined
>>> python /user/CliMac/Documents/Python/TurtleDemo-Python3.x/turtleDemo.py
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
python /user/CliMac/Documents/Python/TurtleDemo-Python3.x/turtleDemo.py
NameError: name 'python' is not defined
>>> python /path/to/filename.py
Reply


Messages In This Thread
Can't access Turtle Demo - by beeo - Feb-04-2018, 02:22 PM
RE: Can't access Turtle Demo - by sparkz_alot - Feb-04-2018, 03:41 PM
RE: Can't access Turtle Demo - by beeo - Feb-04-2018, 03:50 PM
RE: Can't access Turtle Demo - by PythonAcolyte - Aug-12-2018, 01:14 AM
RE: Can't access Turtle Demo - by ichabod801 - Aug-12-2018, 01:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Adding Decimals to classes with OOP + rounding to significant digits (ATM demo) Drone4four 7 2,424 May-04-2022, 06:15 AM
Last Post: Drone4four
  demo not running for me - getting keyError wolf8963 4 3,555 Feb-13-2020, 03:54 PM
Last Post: wolf8963
  wn = turtle.screen() AttributeError: module 'turtle' has no attribute 'screen' Shadower 1 6,242 Feb-06-2019, 01:25 AM
Last Post: woooee
  Help! Turtle not working, even when we click the turtle demo in IDLE nothing happens. BertyBee 3 5,716 Jan-04-2019, 02:44 AM
Last Post: SheeppOSU
  Unable to Compile Demo dhollowe 0 3,134 Sep-05-2017, 11:36 PM
Last Post: dhollowe

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020