I thought I would teach my kids programming and am using "Think Python" by Downey. The book is great except when he gets to installing "Swampy" a Turtle-like learning module. I've spent a few hours trying to figure it out--now I need help.
Can anyone offer a clear, step-by-step set of instructions on how to install Swampy? Please assume zero prior knowledge of Unix, etc.
I'm on OS X (10.6.6). Python is running fine. Tkinter is fine.
Here are the overall installation instructions offered at the author's site:
http://www.greenteapress.com/thinkpython/swampy/install.html
I am stuck at the "Add Swampy to your search path" section.
Here are the additional instructions the author points to regarding the search path:
http://docs.python.org/install/index.html#inst-search-path
Probably terribly obvious buy tough stuff for an intro text!
Update
A few details for the record for anyone who comes across this later:
My installation does not have a file or folder "python2" so the pathname "/home/downey/swampy-2.0/python2" might not work. I just dropped the "python2" and all was well.
Had a bit of a problem finding the bashpc or bash_profile file. Didn't seem to exist even when looking for hidden files. So I just created a new one. All seems well.
Thanks again for your help--I would never have figured it out :)
I'm surprised there isn't some sort of installer or script to handle this given the audience for the book (newbies like me). :)