I knew it was a stupid error somewhere. Well, anyway. Thank you very
much for your help!

On Nov 2, 9:28 pm, David Nesting <da...@fastolfe.net> wrote:
> On Mon, Nov 2, 2009 at 10:07 AM, Calum <calums1...@hotmail.co.uk> 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 google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to