Comment 23 for bug 670960

Revision history for this message
Saša Janiška (gour) wrote :

[gour@atmarama bin] python2
Python 2.7.1 (r271:86832, Jan 6 2011, 11:45:30)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import subprocess
>>> import ImageFont
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named ImageFont

Any hint?