To find out if you have correctly installed PyPedal, type "import PyPedal" at the Python prompt. You'll see one of two behaviors (throughout this document user input and Python interpreter output will be emphasized
as shown in the block below):
>>> import PyPedal
Traceback (innermost last):
File "<stdin>", line 1, in ?
ImportError: No module named PyPedal
indicating that you don't have PyPedal installed, or: