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