At 12:41 25.10.2005, vincent rioux wrote:
self._send('pdp_rec', ('jpeg', 100)) you have to enclose the arguments in a tuple.
sven.
well, I do actually get the same pb. if I make a print of the outlet of the receiver, in that case [r pdp_rec] I get list jpeg 100
sorry, i was wrong:
self._send('pdp_rec', 'jpeg', (100,))
would be the solution.
sven.