On Mon, Oct 31, 2005 at 03:59:03PM +1100, Trejkaz wrote: > That being said, we shouldn't just blindly allow someone to claim to have > one format and then actually have another. We need some way to nag back > at that user to fix their avatar, otherwise nobody will ever follow the > standards. :-)
+1 Since I don't really care for the avatars of specific Gaim/other- incompatible-client users. Fortunately Gaim will be fixed on next release though. Now if only they would also add some proper Jabber support (ie. the important features such as disco, avatars, filetransfer) . . . it would make my day. Unfortunately I don't know a word of C++ (yet?) -- Andreas [ http://unstable.nl | xmpp:[EMAIL PROTECTED] ] [ callto:ils.seconix.com/[EMAIL PROTECTED] ] -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://modevia.com/pipermail/py-transports/attachments/20051031/3edd35d9/attachment.pgp From [EMAIL PROTECTED] Mon Oct 31 12:15:05 2005 From: [EMAIL PROTECTED] (James Bunton) Date: Mon Oct 31 12:15:30 2005 Subject: [py-transports] pymsnt-0.10.1 and avatar in vcard In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Ok. Thanks for checking that. I found the problem. There's a missing import in session.py If you add "import disco" to the top of session.py it will work :) I'll be releasing 0.10.2 soon with the fix to ./PyMSNt and that. Has anybody found anything else wrong with 0.10.1? --- James On 31/10/2005, at 9:35 AM, Stian B. Barmen wrote: > >> Ok. Can you still check that python imaging is working. >> >> Start a python shell and run "import Image" >> >> # python >> >>> import Image >> >> >> If you get no import error then I'll have to think of something else >> :) >> >> --- >> >> James >> >> _______________________________________________ >> py-transports mailing list >> py-transports@blathersource.org >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > Nadas problemos! :) All ok it seems : > > kermit ~ # python > Python 2.4.2 (#1, Oct 24 2005, 10:08:39) > [GCC 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import Image > >>>