|
2012-02-28
, 07:28
|
Posts: 77 |
Thanked: 42 times |
Joined on Oct 2011
@ Sofia, Bulgaria
|
#122
|
|
2012-02-28
, 22:28
|
Posts: 7 |
Thanked: 1 time |
Joined on Feb 2012
|
#124
|
|
2012-03-01
, 06:33
|
Posts: 3 |
Thanked: 1 time |
Joined on Mar 2012
|
#127
|
The Following User Says Thank You to Latwis81 For This Useful Post: | ||
|
2012-03-01
, 07:31
|
Posts: 77 |
Thanked: 42 times |
Joined on Oct 2011
@ Sofia, Bulgaria
|
#128
|
|
2012-03-01
, 08:06
|
Posts: 648 |
Thanked: 650 times |
Joined on Oct 2011
|
#129
|
/ # /usr/bin/lpsmagic
Traceback (most recent call last):
File "/usr/bin/lpsmagic", line 173, in <module>
font = ImageFont.truetype(font_g,fontsize_g)
File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 218, in truetype
return FreeTypeFont(filename, size, index, encoding)
File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 134, in __init__
self.font = core.getfont(file, size, index, encoding)
TypeError: coercing to Unicode: need string or buffer, NoneType found
/ #