When I first ran it (0.5 pygooglevoice)(python 3.3.4), it complanined about not
import voice, then ConfigParser (both easy fixes), but now it gets stuck at
these lines (70):
# holy hackjob
galx = re.search(r"name=\"GALX\"\s+value=\"(.+)\"", content).group
I am not really good with regular expressions, so I can't do anything here.
Anyone with a solution/python 3 port? I want to use the library in an
application that uses python 3 only libraries.
Original issue reported on code.google.com by
trilobit...@gmail.comon 6 Mar 2014 at 11:36