>  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  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to