Swampy is a suite of Python programs for use with Think Python, Python for Software Design, and The Little Book of Semaphores.

learn more… | top users | synonyms

0
votes
1answer
69 views

Python 2.7.3 :AttributeError: 'NoneType' object has no attribute 'canvas'

I am just beginner with python and have started with python 2.7.3 Version.I have been following up with Think Python e-book.I am stuck at chapter 4 Case study: interface design where there is a ...
0
votes
1answer
80 views

Importing Swampy (Python learning module)

I'm working on"ThinkPython" and in chapter4 we're asked to download swampy (a learning module). Well I followed the instructions here and I installed it, but when I try to import in IDLE(Python GUI) ...
0
votes
1answer
128 views

Installing Swampy Step by Step

I'm a novice at programming and am reading the book 'Think Python.' In Chapter 4 I need to install 'swampy'- the python package. I have been trying for the past few days with no luck. I am running ...
0
votes
2answers
231 views

Installing Swampy for Python 3

I am currently running Python 3.2 on my computer and need to install Swampy for a book I am reading. Reading many pages and pages on a tutorial has left me further confused. I have downloaded ...
1
vote
3answers
401 views

No module error when module is installed

I've been using Think Python to learn programming over the last few days. Today I got to chapter 4 when it starts talking about needing Swampy, a package (correct term?) used to teach, in this ...
0
votes
1answer
493 views

Installing Swampy on a Mac (OSX) using preinstalled Python version 2.6

I have the same exact problem outlined in this question: Mac Swampy (Python learning module) install help But I still can't seem to finds simple enough instructions to install and run Swampy on my ...
1
vote
1answer
309 views

Help installing the Swampy python module?

I need to install swampy for the book Think Python. I tried the documentation, but I can't figure it out. I've been trying for a few days and can't continue the book until I install it. I use ...
0
votes
1answer
548 views

How do I easy_install Swampy?

Following the tutorial on python.org I tried to install Swampy in the following ways: easy_install -f http://www.greenteapress.com/thinkpython/swampy/install.html easy_install ...
4
votes
5answers
3k views

Installing the Swampy Python module on Windows

I am trying to install the Swampy module on Python, but there is a lot that is unclear in the instructions given on the site and the documentation. I have put the Swampy folder into the site-packages ...