On 02/11/2006, at 7:51 PM, Frank Hart wrote:

On Wed, Nov 01, 2006 at 11:56:40AM +0100, Frank Hart wrote:
I can't see the msn avatars with PyMSNt on one server. A dir is created (presumably for the avatar) in /var/lib/pymsnt/avatars/[dirname] but the
avatar itself isn't fetched.

Not quite right. A png image works fine but gifs don't. I did install
the python-imaging package but is additional configuration required?

--
Frank Hart


Try starting the transport from a console. If you get a warning about not having the Python Imaging Library installed, then that's what you need to check.

This command will tell you if PIL is installed correctly.

python -c "import Image"

If you get an ImportError, check your installation. You may have multiple versions of Python on the machine, especially if its Debian. Check that you installed PIL for the python that is running PyMSNt (usually the default one)

---

James

_______________________________________________
py-transports mailing list
py-transports@blathersource.org
http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to