Re: [Tutor] Using Python in Windows

2008-06-28 Thread wesley chun
> Hmm. The instruction on adding something gasp the library seems to be > catered towards Linux. hmmm, you are correct, and apparently, this is a popular question to the maintainers (note these links are circular): https://answers.launchpad.net/gasp-code/+question/36144 https://answers.launchpad.

Re: [Tutor] Using Python in Windows

2008-06-28 Thread Ben
Hmm. The instruction on adding something gaspthe 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 mod

Re: [Tutor] Using Python in Windows

2008-06-28 Thread wesley chun
> IDLE 1.2.2 > >>> from gasp import * > > Traceback (most recent call last): > File "", line 1, in >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 repli

Re: [Tutor] Using Python in Windows

2008-06-25 Thread broek
- Message from [EMAIL PROTECTED] - Date: Tue, 24 Jun 2008 18:27:59 -0700 From: Ben <[EMAIL PROTECTED]> Hi, I'm trying to learn Python in Windows XP. I've been going through the Python version of Allen Downey's open source textbook. I frequently find that the instructions h

[Tutor] Using Python in Windows

2008-06-25 Thread Ben
Hi, I'm trying to learn Python in Windows XP. I've been going through the Python version of Allen Downey's open source textbook. I frequently find that the instructions he gives don't work for me when I try to run them in IDLE. For example, in Ch. 4 he says you should load up GASP (http://openbook