The new syntax:
chan, msg = P.AltSelect(P.OutputGuard(comm_channel, msg=what), P.SkipGuard())
Look at the examples in trunk for inspiraition.
Mvh.
Rune M. Friborg
This is a problem with the original syntax.
The new syntax:
chan, msg = P.AltSelect(P.OutputGuard(comm_channel, msg=what), P.SkipGuard())
Look at the examples in trunk for inspiraition.