[Tutor] Using Python in Windows

wesley chun wescpy at gmail.com
Sat Jun 28 22:21:25 CEST 2008


>  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


More information about the Tutor mailing list