<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to install PyObjC, pygame, and gasp on Mac OS X for Python tutorial</title>
	<atom:link href="http://www.theartfulscientist.com/2008/03/16/how-to-install-pyobjc-pygame-and-gasp-on-mac-os-x-for-python-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theartfulscientist.com/2008/03/16/how-to-install-pyobjc-pygame-and-gasp-on-mac-os-x-for-python-tutorial/</link>
	<description>Communicating the greatest possible growth</description>
	<pubDate>Sat, 22 Nov 2008 04:25:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Kris</title>
		<link>http://www.theartfulscientist.com/2008/03/16/how-to-install-pyobjc-pygame-and-gasp-on-mac-os-x-for-python-tutorial/#comment-55</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Sat, 10 May 2008 18:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.theartfulscientist.com/2008/03/16/how-to-install-pyobjc-pygame-and-gasp-on-mac-os-x-for-python-tutorial/#comment-55</guid>
		<description>@Niels Olson

1) Whoops, thanks for the catch. Corrected.

2) I stated that was my command because depending on which distribution of Python you installed, that packages path may be different.

Thanks for the notes!</description>
		<content:encoded><![CDATA[<p>@Niels Olson</p>
<p>1) Whoops, thanks for the catch. Corrected.</p>
<p>2) I stated that was my command because depending on which distribution of Python you installed, that packages path may be different.</p>
<p>Thanks for the notes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels Olson</title>
		<link>http://www.theartfulscientist.com/2008/03/16/how-to-install-pyobjc-pygame-and-gasp-on-mac-os-x-for-python-tutorial/#comment-54</link>
		<dc:creator>Niels Olson</dc:creator>
		<pubDate>Sat, 10 May 2008 18:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.theartfulscientist.com/2008/03/16/how-to-install-pyobjc-pygame-and-gasp-on-mac-os-x-for-python-tutorial/#comment-54</guid>
		<description>I'm going through the same book. Definitely a great place to start. A couple of notes on the instructions above:
1) the PyObj package is actually PyObjC
2) the command above is correct. The casual reader should pay attention to the fact that the command actually copies the inner folder gasp, not python-gasp-0.1.1</description>
		<content:encoded><![CDATA[<p>I&#8217;m going through the same book. Definitely a great place to start. A couple of notes on the instructions above:<br />
1) the PyObj package is actually PyObjC<br />
2) the command above is correct. The casual reader should pay attention to the fact that the command actually copies the inner folder gasp, not python-gasp-0.1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.theartfulscientist.com/2008/03/16/how-to-install-pyobjc-pygame-and-gasp-on-mac-os-x-for-python-tutorial/#comment-37</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Thu, 27 Mar 2008 19:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.theartfulscientist.com/2008/03/16/how-to-install-pyobjc-pygame-and-gasp-on-mac-os-x-for-python-tutorial/#comment-37</guid>
		<description>Hey, thanks for the comment.

You know, after all of that trouble that I went through installing gasp, I got those same errors as you. So I emailed the author of "How to Think Like a Computer Scientist" and asked what he thought of the errors. Based on his response and what I found in recent gasp discussion, it looks like gasp is rapidly changing and those methods like set_speed and frames are not being used in the gasp code anymore. So this means that the book is a bit out of date with that example. At this point, I also get gasp to import but have the same yellow screen as you.

Anyway, the author of the book says that a lot of development has been going on with gasp, and that we should wait for the next big release of gasp which should be coming *soon* and that he is also adding another chapter to the book which uses gasp. In the meantime, it looks like gasp 0.2.0beta1 is available, but the 0.1.1 release is still there.

After all that, for now I would just skip the chapter and wait for the new updates - and in the meantime you can view my other post here: http://www.theartfulscientist.com/2008/03/17/the-golden-resource-list-for-python-beginners/ for more resources to learn Python and *lots* of places to go for challenges/exercises/practice. :)

Happy Pythoning!

- Kris</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the comment.</p>
<p>You know, after all of that trouble that I went through installing gasp, I got those same errors as you. So I emailed the author of &#8220;How to Think Like a Computer Scientist&#8221; and asked what he thought of the errors. Based on his response and what I found in recent gasp discussion, it looks like gasp is rapidly changing and those methods like set_speed and frames are not being used in the gasp code anymore. So this means that the book is a bit out of date with that example. At this point, I also get gasp to import but have the same yellow screen as you.</p>
<p>Anyway, the author of the book says that a lot of development has been going on with gasp, and that we should wait for the next big release of gasp which should be coming *soon* and that he is also adding another chapter to the book which uses gasp. In the meantime, it looks like gasp 0.2.0beta1 is available, but the 0.1.1 release is still there.</p>
<p>After all that, for now I would just skip the chapter and wait for the new updates - and in the meantime you can view my other post here: <a href="http://www.theartfulscientist.com/2008/03/17/the-golden-resource-list-for-python-beginners/" rel="nofollow">http://www.theartfulscientist.com/2008/03/17/the-golden-resource-list-for-python-beginners/</a> for more resources to learn Python and *lots* of places to go for challenges/exercises/practice. <img src='http://www.theartfulscientist.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Happy Pythoning!</p>
<p>- Kris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jde</title>
		<link>http://www.theartfulscientist.com/2008/03/16/how-to-install-pyobjc-pygame-and-gasp-on-mac-os-x-for-python-tutorial/#comment-36</link>
		<dc:creator>jde</dc:creator>
		<pubDate>Thu, 27 Mar 2008 17:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.theartfulscientist.com/2008/03/16/how-to-install-pyobjc-pygame-and-gasp-on-mac-os-x-for-python-tutorial/#comment-36</guid>
		<description>Hello, thanks for posting the installation instructions for gasp!  I've been following "How to Think Like a Computer Scientist" online book.  When I try to run the pitch.py code I get the following error:

Traceback (most recent call last):
  File "/Users/JonathanEricson/Desktop/pitch.py", line 80, in 
    set_speed(120)
NameError: name 'set_speed' is not defined

Basically a window with a yellow background pops up, and then nothing happens after that.  Gasp imports in the Python shell just fine, so I'm not sure why set_speed is not defined if it is part of gasp.

Pardon my failure to use the appropriate CS vernacular -- I'm new to this...

Thanks!
Jon</description>
		<content:encoded><![CDATA[<p>Hello, thanks for posting the installation instructions for gasp!  I&#8217;ve been following &#8220;How to Think Like a Computer Scientist&#8221; online book.  When I try to run the pitch.py code I get the following error:</p>
<p>Traceback (most recent call last):<br />
  File &#8220;/Users/JonathanEricson/Desktop/pitch.py&#8221;, line 80, in<br />
    set_speed(120)<br />
NameError: name &#8217;set_speed&#8217; is not defined</p>
<p>Basically a window with a yellow background pops up, and then nothing happens after that.  Gasp imports in the Python shell just fine, so I&#8217;m not sure why set_speed is not defined if it is part of gasp.</p>
<p>Pardon my failure to use the appropriate CS vernacular &#8212; I&#8217;m new to this&#8230;</p>
<p>Thanks!<br />
Jon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
