Open GoogleCodeExporter opened 9 years ago
there are a lot of str vs. byte issues when trying to run under py3, do you
need help fixing any more of them yourself?
Original comment by firefigh...@gmail.com
on 15 Sep 2011 at 5:23
I have the same issue with python 3.2.2. Specifically with with #2, that is
importing google voice. I get
"
>>> from googlevoice import Voice
Traceback (most recent call last):
File "<pyshell#63>", line 1, in <module>
from googlevoice import Voice
File "C:\Python32\lib\site-packages\googlevoice\__init__.py", line 17, in <module>
from voice import Voice
ImportError: No module named voice
"
Have you solved this problem?
Original comment by jesmitt...@gmail.com
on 13 Mar 2012 at 5:39
I have made a semi port, I have tested login() and send_sms(), and they will
work with python 3, other methods may work in the attached partial port, but I
have not tested them.
Original comment by trilobit...@gmail.com
on 8 Mar 2014 at 4:22
Attachments:
Original issue reported on code.google.com by
Jonathan...@gmail.com
on 8 Jun 2010 at 2:01