gasp

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...

multiprocessing.Process subclass works on Linux but not Windows

Hi, I'm trying to get python-gasp working on Windows, but when I do import gasp; gasp.begin_graphics() I get the following traceback: File "C:\Python26\lib\site-packages\gasp\backend.py", line 142, in create_screen screen.updater.start() File "C:\Python26\lib\multiprocessing\process.py", line 104, in start self._popen = ...