[Tutor] Using Python in Windows

Ben ben at pacificu.edu
Sun Jun 29 02:02:12 CEST 2008


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 <wescpy at gmail.com> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20080628/675c9af4/attachment.htm>


More information about the Tutor mailing list