[protobuf] Re: python parsing failure, related either to repeated embedded message or enum-type therein

2010-06-16 Thread DFlo
('readHandleServerMsg: Bad msg: %s' % e) # ... self._blockSize = 0 continue # the loop over handling the named-pipe and the buffered input log.debug('readHandleServerMsg: received msg:\n%s' % str(msg)) # ... I'll keep looking Thanks, DFlo On Jun 16, 3:29

[protobuf] Re: python parsing failure, related either to repeated embedded message or enum-type therein

2010-06-16 Thread DFlo
Wow, don't I feel like an idiot ... on the sending side, strncpy != memcpy. Even though I allocated a big enough buffer, I didn't copy everything into it. I think I've embarrassed myself sufficiently for one day... hang-dog_expression / As you were DFlo On Jun 16, 4:35 pm, DFlo dflo