Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 23 by
Ekkehard...@gmail.com: Vera.ttf not packaged in examples
directory
http://code.google.com/p/freetype-py/issues/detail?id=23
What steps will reproduce the problem?
1. download and install freetype 0.3.3 (freetype-py-0.3.3.tar.gz from
http://code.google.com/p/freetype-py/downloads...):
$ sudo python setup.py install
2. run the test
$ cd examples
$ python test.py
What is the expected output? What do you see instead?
Expected: test.py runs without errors or exceptions
Actual:
$ python test.py
Traceback (most recent call last):
File "test.py", line 15, in <module>
face = Face('./Vera.ttf')
File "/usr/local/lib/python2.7/dist-packages/freetype/__init__.py", line
989, in __init__
if error: raise FT_Exception( error )
freetype.ft_errors.FT_Exception: FT_Exception: (cannot open resource)
$
What version of the product are you using? On what operating system?
I just downloaded freetype-py-0.3.3. I am running an out-of-the-box
Kubuntu 12.04 w/ kernel 3.2.0-34-generic on a 64 bit machine with 6 AMD
Phenom cores. I have installed: python 2.7.3 (also python 3.2.3
as "python3") and libfreetype version 2.4.8-ubuntu2, which came
pre-installed with the distro.
Please provide any additional information below.
There are no .ttf files at all in the tar ball - only .py files.