Hey I am trying to get the hang of both Python and Selenium RC at the same time and having a bit of difficulty and was wondering if anyone here could assist me validating my Python Script. I've gotten rid of most of the initial errors besides one.

Here is my Python Script

Code:
from selenium import selenium
import unittest

class SignUpTask(unittest.TestCase):
    """ The following
...