Open GoogleCodeExporter opened 8 years ago
Fixed the Intendation/SyntaxErrors in the source files in python2/sync_code/
(see attached zip file), now the install runs through (as long as I copy the
gif and txt files from "python2" to the parent directory as stated in the
"additional information" section).
However, I'm still not able to do "import TurtleWorld":
ImportError: No module named TurtleWorld
Original comment by chrisc...@gmail.com
on 31 Jan 2011 at 11:08
Attachments:
What does work is the following import: from swampy.TurtleWorld import *
Now I can follow the examples in chapter 4.1 of "Think Python":
>>> from swampy.TurtleWorld import *
>>> world = TurtleWorld()
>>> bob = Turtle()
>>> print bob
<swampy.TurtleWorld.Turtle object at 0xb64342ac>
>>> wait_for_user()
Original comment by chrisc...@gmail.com
on 31 Jan 2011 at 11:32
Im having the same issue using windows 7 starter and python 2.7
Original comment by reedjone...@gmail.com
on 20 Feb 2011 at 5:32
Original issue reported on code.google.com by
chrisc...@gmail.com
on 31 Jan 2011 at 10:42