how to find out vesion of a python module

Atishay contactatishay at gmail.com
Mon Feb 9 19:40:40 EST 2009


I have Python Image Library installed. I do not know how to find out
its version. How can I do that?

Secondly, I get error if I say "import ImageFont"

ImportError: The _imaging C module is not installed

I have _imaging module though

[bash]# file PIL/_imaging.so

PIL/_imaging.so: ELF 32-bit LSB shared object, Intel 80386, version 1
(SYSV), not stripped

How could I fix this?



More information about the Python-list mailing list