Comment 22 for bug 670960

Revision history for this message
Jonathan Thomas (jonoomph) wrote :

Gour,
I bet this is failing to import a module, but you are getting the "generic" error message.

Try running the python interpreter, and running these commands:
$ python
>> import subprocess
>> import ImageFont

See if you have any trouble with those commands, since those are the only 2 new imports I added.