On Mon, Nov 2, 2009 at 10:07 AM, Calum <[email protected]> wrote:

> http://dl.getdropbox.com/u/1347058/src.rar
>
> I am counting on this being due to a stupid mistake. Many thanks to
> whoever can help!
>

if __name__ == '__main__':
  myRobot = robot.Robot('The Calum Scott Bot',
      image_url='http://thecalumscottbot.appspot.com/assets/icon.png',
      version='3',
      profile_url='http://www.calumscott.com/')
  myRobot.RegisterHandler(events.WAVELET_PARTICIPANTS_CHANGED,
OnParticipantsChanged)
  myRobot.RegisterHandler(events.WAVELET_SELF_ADDED, OnRobotAdded)


You're missing a myRobot.Run()

David

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to