adriancs35 / tv-maxe

Automatically exported from code.google.com/p/tv-maxe
0 stars 0 forks source link

Doesn't Start #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.run tvmaxe from application menu
2.run tvmaxe from command line

What is the expected output? What do you see instead?
the program should appear normally and working perfectly. When I tried to run 
tvmaxe(by menu or command line) the program open and just crash immediately. 
there's initialization, but it crashes right after start.

What version of the product are you using? On what operating system?
I'm running the latest version of tv-maxe, in a Ubuntu 14.04 LTS.

Please provide any additional information below.

Here goes the crash log:

Init petrodava...
Traceback (most recent call last):
  File "tvmaxe.py", line 3249, in <module>
    main = TVMaxe(channelID)
  File "tvmaxe.py", line 288, in __init__
    self.readTheme()
  File "tvmaxe.py", line 3088, in readTheme
    self.StatusImage.updateTheme(themedata)
  File "/usr/share/tv-maxe/statusimage.py", line 31, in updateTheme
    self.font = ImageFont.truetype(self.themedata['font'], 24)
  File "/usr/local/lib/python2.7/dist-packages/PIL/ImageFont.py", line 218, in truetype
    return FreeTypeFont(filename, size, index, encoding)
  File "/usr/local/lib/python2.7/dist-packages/PIL/ImageFont.py", line 134, in __init__
    self.font = core.getfont(file, size, index, encoding)
  File "/usr/local/lib/python2.7/dist-packages/PIL/ImageFont.py", line 34, in __getattr__
    raise ImportError("The _imagingft C module is not installed")
ImportError: The _imagingft C module is not installed

I've trying to fix, but I cannot find a way...I've tried to recompile the PIL, 
I’ve verified if python-imaging was installed. I just don't know what to do.

Thanks for help. Greetings

Original issue reported on code.google.com by ghost0...@gmail.com on 9 Jun 2014 at 2:45