I'm trying to send text messages using google voice, and python. I am using something called pygooglevoice (The updated version) found here: https://code.google.com/r/kkleidal-pygooglevoiceupdate/
Sadly, when I tried to send a text message this error was returned:
raise ValidationError('There was a problem with GV: %s % response) googlevoice.util.ValidationError: There was a problem with GV: {u'data': {u'code': 2046}, u'ok': False}