• Order of the Butterfly
    Order of the Butterfly
    DiskDoctor
    Posts: 306 from 2009/4/17
    From: Rzeszow, place...
    I'm using 2.5.4 r42. Take a look at my traceback:

    Traceback (most recent call last):
    File "moxl.py", line 100, in <module>
    parser.fillimage(data, size)
    File "moxl.py", line 63, in fillimage
    dfont = load_default_font()
    File "System:Temp/MOS/ImageFont2.py", line 23, in load_default_font
    ff1, FF2
    File "LIBS:python2.5/site-packages/PIL/ImageFont.py", line 103, in _load_pilfont_data
    image.load()
    File "LIBS:python2.5/site-packages/PIL/ImageFile.py", line 180, in load
    d = Image._getdecoder(self.mode, d, a, self.decoderconfig)
    File "LIBS:python2.5/site-packages/PIL/Image.py", line 375, in _getdecoder
    raise IOError("decoder %s not available" % decoder_name)
    IOError: decoder zip not available

    This is thrown by PIL - is there any way to provide (default) font for PIL draw routine? I mean in MorphOS.

    It is not THAT important, I wrote a PoC code to produce a picture out of an xls file (no use of pymui). Now I will focus on pymui gadgets rather than that, just wanted to try it out using PIL alone.
    Was: Mac Mini PPC running MorphOS 2.4
    Now: Amiga Forever 2010 with AmiKit and AmigaSYS
    Not used: Icaros Desktop 1.2 (reason: no wifi)
    Planned soon: an OS4 system
    Shortly then: a MOS notebook (wifi is a must-have)
  • »28.11.09 - 11:58
    Profile