Hi MrLight,
Your script is just amazing and beautiful, and when it will be finalized, wah!!!
I made it available on the FTP server or our website and so via our script installer Passion-XBMC.
I tested on Xbox (worked fine except in few cases), but also on Mac OS.
In this case the script does NOT start, here a the logs:
Code:
10:54:41 T:2955726848 M:728813568 NOTICE: Traceback (most recent call last):
10:54:41 T:2955726848 M:728813568 NOTICE: File "/Users/user01/Library/Application Support/XBMC/scripts/XBMC Earth/default.py", line 27, in ?
10:54:41 T:2955726848 M:728809472 NOTICE:
10:54:41 T:2955726848 M:728809472 NOTICE: from pic import Pic_GUI
10:54:41 T:2955726848 M:728809472 NOTICE: File "/Users/user01/Library/Application Support/XBMC/scripts/XBMC Earth/resources/lib/pic.py", line 23, in ?
10:54:41 T:2955726848 M:728809472 NOTICE:
10:54:41 T:2955726848 M:728809472 NOTICE: from PIL import Image, ImageFont, ImageDraw, ImageFilter
10:54:41 T:2955726848 M:728809472 NOTICE: File "/Users/user01/Library/Application Support/XBMC/scripts/XBMC Earth/resources/lib/PIL/ImageFont.py", line 115, in ?
10:54:41 T:2955726848 M:728809472 NOTICE:
10:54:41 T:2955726848 M:728809472 NOTICE: class FreeTypeFont:
10:54:41 T:2955726848 M:728809472 NOTICE: File "/Users/user01/Library/Application Support/XBMC/scripts/XBMC Earth/resources/lib/PIL/ImageFont.py", line 135, in FreeTypeFont
10:54:41 T:2955726848 M:728809472 NOTICE:
10:54:41 T:2955726848 M:728809472 NOTICE: def getmask2(self, text, mode="", fill=Image.core.fill):
10:54:41 T:2955726848 M:728809472 NOTICE: File "/Users/user01/Library/Application Support/XBMC/scripts/XBMC Earth/resources/lib/PIL/Image.py", line 36, in __getattr__
10:54:41 T:2955726848 M:728809472 NOTICE:
10:54:41 T:2955726848 M:728809472 NOTICE: raise ImportError("The _imaging C module is not installed")
10:54:41 T:2955726848 M:728809472 NOTICE: ImportError
10:54:41 T:2955726848 M:728809472 NOTICE: :
10:54:41 T:2955726848 M:728809472 NOTICE: The _imaging C module is not installed
10:54:41 T:2955726848 M:728809472 NOTICE:
10:54:41 T:2955726848 M:728809472 ERROR: Scriptresult: Error
10:54:41 T:2955726848 M:728834048 INFO: Python script stopped
It seems there are some issue with imaging module, any ideas?
Thanks again and Great work!