Hey guys I am trying to use a python library called pygooglevoice. When I call
from googlevoice import Voice
from googlevoice.util import input
import sysname = sys.argv[1]
ip = sys.argv[2]
voice = Voice()
voice.login()
and type my gmail and password it causes and exception. I was wondering if you would know how I could fix this?