How do I install GASP for Python 2.6.2 on a Mac
Hey all. I'm currently trying to learn Python and am going through How to Think Like a Computer Scientist: Learning With Python. I have installed Python 2.6.2 on Mac OSX 10.4.11 and am using the IDLE. At the end of chapter 4 Elkner et al. refer to GASP. However their instructions don't work as when I enter: >>> from gasp import* I g...