Scott Dial <scott+py-transports <at> scottdial.com> writes: > > Hadar Pedhazur wrote: >> Awesome! Thanks! I'm an old Python hack, so I will (hopefully) >> not be daunted by the "bit of massaging". >> >> I'm running out right now, but can't wait to check it out when I return. >> > > In that case, I will point you to what you need to fix. The return > values for _cbGetAway have been changed in my version, you should find > it easy to fix. Glad I could help.
OK, I finally got a chance to play around. The patch didn't apply to my "vanilla" installation of PyAIM-t 0.8. Hunk 1 worked (which added two functions), but hunks 2 and 3 both failed, because the original source file that you patched seemed to be different (slightly) from the one I had. It was trivial to update the file by hand, so I did that. So far so good. However, while I am not sure that it didn't fix my problem, I suspect that indeed it did not. As an example, before, I could look at the "user's information" and at least see parts of their Profile data correctly. Now I get "user is not online" in that section (About). I suspect that this is where you are "guiding me" above, to look at the return values of _cbGetAway. I will try to do that shortly, but wanted to report back here, in case I did something silly. Also, foolishly, I applied my patch to oscar.py in the ICQ transport as well. That throws errors (both files were identical pre-patch). So, I reverted and left ICQ alone. P.S. If/when I get this working correctly, I will also mail the patch to Chris, as requested :-) Thanks again! At least I now know (or think) that I'm not crazy ;-) _______________________________________________ py-transports mailing list [email protected] http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports
