galx = re.search(r"name=\"GALX\"\s+value=\"(.+)\"", content).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
it worked when i
download pygooglevoice-master from
https://github.com/pettazz/pygooglevoice
copy files into lib/site-packages
from pygooglevoice folder
sudo python setup.py install
No comments:
Post a Comment