On 28/08/2005, at 3:40 AM, Vladimir Vrzic wrote: > On Sat, 2005-08-27 at 18:47 +0200, Lars T. Mikkelsen wrote: >> On Sat, Aug 27, 2005 at 06:06:49PM +0200, Vladimir Vrzic wrote: >>> It keeps throwing this exception, but besides that it seems to work >>> fine. >> [snip] >>> 08/27/05 - 17:55:44 - print "getNextPacket (Avatar_Receive)", >>> self.to, self.fro, self.state >>> 08/27/05 - 17:55:44 - exceptions.IOError: [Errno 32] Broken pipe >> >> How did you start PyMSNt? To me this looks like it lost its >> termninal. I >> think you should try to start PyMSNt with: >> ./PyMSNt > /dev/null 2>&1 & > > That did the trick. Thank you. I'm starting PyMSN through daemontools, > and I just copied my run script from 0.9.3 (where I haven't had such > problems).
Thanks for reminding me. Before the 0.10 release I'll turn off that extra debug log. --- James