asifiqbal / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

/examples/delete.py causes type error #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run delete.py in idle (python 2.6)
2. enter email and pswd in terminal

What is the expected output? What do you see instead?

I expected to have the program delete my read messages.
Instead I get this error:
Traceback (most recent call last):
  File "/Users/brianferguson/Desktop/pygooglevoice-0/examples/delete.py", line 8, in 
<module>
    message.delete()
TypeError: 'NoneType' object is not callable

What version of the product are you using? On what operating system?

pygooglevoice 0.3 on python 2.6 on OSX 10.6

Original issue reported on code.google.com by skou...@gmail.com on 10 Oct 2009 at 11:00

GoogleCodeExporter commented 8 years ago
snowy leopard... nice. i just released v0.4 and its working over here (10.6 
too).
download that one and give it a try: 

http://pygooglevoice.googlecode.com/files/pygooglevoice-0.4.tar.gz

Original comment by justquick on 11 Oct 2009 at 5:17

GoogleCodeExporter commented 8 years ago
ok, I gave this a shot, but after installing v0.4, I can't import googlevoice!  
i detailed this in a new issue (#12).  
thanks for your help, Justin.

Original comment by skou...@gmail.com on 11 Oct 2009 at 9:53

GoogleCodeExporter commented 8 years ago
Yup, delete is working now!  thanks, Justin

Original comment by skou...@gmail.com on 14 Oct 2009 at 7:46

GoogleCodeExporter commented 8 years ago
yup

Original comment by justquick on 14 Oct 2009 at 1:30