On Aug 11, 4:40 am, Joesan <[email protected]> wrote: > Hi Matt & Michael, > > The yield thing was the exact problem. Thank you! Guess we missed it > in the documentation.
Cool. 2 thoughts: * Put an error handler in to catch the case that main() is a generator and tell the user what they're doing wrong. * Put an error handler in to catch the case that main() is a generator and make it do what the user expects. I'm tempted to do the latter, but my instinct is for the former. Michael. -- You received this message because you are subscribed to the Google Groups "kamaelia" 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/kamaelia?hl=en.
