Hmm. The <a href="http://openbookproject.net/thinkCSpy/app_a.xhtml#auto1">instruction on adding something gasp</a> the library seems to be catered towards Linux. I&#39;ve done a Google search and glanced at the Tutorial, the Windows FAQ (<a href="http://www.python.org/doc/faq/windows/">http://www.python.org/doc/faq/windows/</a>), ect. I don&#39;t see it in the <a href="http://docs.python.org/modindex.html">global module index</a>. <a href="http://docs.python.org/inst/inst.html">Installing Python modules</a> goes a little over my head...<br>
<br>On Sat, Jun 28, 2008 at 1:21 PM, wesley chun &lt;<a href="mailto:wescpy@gmail.com">wescpy@gmail.com</a>&gt; wrote:<br>&gt;&gt; &nbsp;IDLE 1.2.2<br>&gt;&gt; &nbsp;&gt;&gt;&gt; from gasp import *<br>&gt;&gt;<br>&gt;&gt; &nbsp;Traceback (most recent call last):<br>
&gt;&gt; &nbsp; File &quot;&lt;pyshell#0&gt;&quot;, line 1, in &lt;module&gt;<br>&gt;&gt; &nbsp; &nbsp;from gasp import *<br>&gt;&gt; &nbsp;ImportError: No module named gasp<br>&gt;<br>&gt;<br>&gt; as brian mentioned, gasp doesn&#39;t come with Python. &nbsp;in fact, this very<br>
&gt; thread came up just last month, and here was one of my replies, but<br>&gt; you can also check out the entire thread if you wish:<br>&gt;<br>&gt; <a href="http://mail.python.org/pipermail/tutor/2008-May/061975.html">http://mail.python.org/pipermail/tutor/2008-May/061975.html</a><br>
&gt;<br>&gt; -- wesley<br>&gt; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<br>&gt; &quot;Core Python Programming&quot;, Prentice Hall, (c)2007,2001<br>&gt; &nbsp; &nbsp;<a href="http://corepython.com">http://corepython.com</a><br>
&gt;<br>&gt; wesley.j.chun :: <a href="http://wescpy-at-gmail.com">wescpy-at-gmail.com</a><br>&gt; python training and technical consulting<br>&gt; cyberweb.consulting : silicon valley, ca<br>&gt; <a href="http://cyberwebconsulting.com">http://cyberwebconsulting.com</a><br>
&gt;<br><br>