Re: [Tutor] error in using TurtleWorld modules, ThinkPython.org Book

2011-07-17 Thread Surya P.K. Kasturi
Thanks, .. that was a silly mistake. On Sun, Jul 17, 2011 at 2:56 PM, Peter Otten <__pete...@web.de> wrote: > Surya P.K. Kasturi wrote: > > > I am using Think Python book, to learn python. > > There is a module TurtleWorld that they described to draw lines < > > http://www.greenteapress.com/thi

Re: [Tutor] error in using TurtleWorld modules, ThinkPython.org Book

2011-07-17 Thread Peter Otten
Surya P.K. Kasturi wrote: > I am using Think Python book, to learn python. > There is a module TurtleWorld that they described to draw lines < > http://www.greenteapress.com/thinkpython/swampy/install.html> > > Though I could run the below code in the python shell, I couldn't do it > through a s

[Tutor] error in using TurtleWorld modules, ThinkPython.org Book

2011-07-17 Thread Surya P.K. Kasturi
I am using Think Python book, to learn python. There is a module TurtleWorld that they described to draw lines < http://www.greenteapress.com/thinkpython/swampy/install.html> Though I could run the below code in the python shell, I couldn't do it through a script file. This is the script : fro