What steps will reproduce the problem?
1. Trying to view received folder
What is the expected output? What do you see instead?
Traceback (most recent call last):
File "/usr/local/bin/gvoice", line 5, in <module>
pkg_resources.run_script('pygooglevoice==0.5', 'gvoice')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1235, in run_script
execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/pygooglevoice-0.5-py2.7.egg/EGG-INFO/scripts/gvoice", line 118, in <module>
elif action in ('recieved','re'): pprint_folder('recieved')
File "/usr/local/lib/python2.7/dist-packages/pygooglevoice-0.5-py2.7.egg/EGG-INFO/scripts/gvoice", line 65, in pprint_folder
folder = getattr(voice, name)()
AttributeError: 'Voice' object has no attribute 'recieved'
Original issue reported on code.google.com by RPiOverf...@gmail.com on 10 Jan 2014 at 9:02
Original issue reported on code.google.com by
RPiOverf...@gmail.com
on 10 Jan 2014 at 9:02