Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 14th, 2012  |  syntax: None  |  size: 0.59 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Python turtle graphics malfunction on a Mac running OSX 10.6
  2. $ python
  3. Python 2.6.1 (r261:67515, Aug  2 2010, 20:10:18)
  4. [GCC 4.2.1 (Apple Inc. build 5646)] on darwin
  5. Type "help", "copyright", "credits" or "license" for more information.
  6. >>> import turtle
  7. Traceback (most recent call last):
  8.   File "<stdin>", line 1, in <module>
  9.   File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk/turtle.py", line 114, in <module>
  10.     from copy import deepcopy
  11.   File "/Users/morrison/copy.py", line 3, in <module>
  12.     Interface summary:
  13. IndexError: list index out of range
  14. >>>