Re: [Tutor] [Pythonmac-SIG] GASP on OSX 10.5.6

2009-06-30 Thread David Warde-Farley
On 29-Jun-09, at 7:06 PM, Chris Rebert wrote: Mac OS X apparently not a supported platform: https://answers.launchpad.net/gasp-code/+faq/42 It looks like the code is pure python and depends on pycairo, so in theory it should work provided cairo which has a Quartz backend) and pycairo work

Re: [Tutor] [Pythonmac-SIG] GASP on OSX 10.5.6

2009-06-29 Thread Chris Rebert
On Mon, Jun 29, 2009 at 3:59 PM, Daniel Sato wrote: > Hi, > > I am a complete python beginner.  I have been going through How to Think > Like A Computer Scientist 2nd edition online and have come across installing > GASP in chapter 4.  Unfortunately, I can't seem to find much documentation > on how