Working in Python for a Wave project that needs to search all blips
text in a wave.
Naively I wrote this, getting no Python errors, but getting no success
either:
for blips in context.GetBlips():
txt = blips.GetDocument().GetText()
doSomethingWith(txt)
As a matter of pride, and design spec, I don't want to use my appspot
Gdata for persistence and data access for this Wave project. That
seems so inelegant since the data is already persistent in the Wave.
App is http://social-spreadsheet.appspot.com
Any tips, especially if you know Wave API has added a remedy since my
post, is appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Wave API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---