Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 25 by
bayk...@gmail.com: undefined symbol FT_LIbrary_SetLcdFilter
http://code.google.com/p/freetype-py/issues/detail?id=25
What steps will reproduce the problem?
1. yum install freetype
2. install freetype-py-0.3.3
3. python2.4 "from freetype import *"
What is the expected output? What do you see instead?
from freetype import *
File "/usr/lib/python2.4/site-packages/freetype/__init__.py", line 91,
in ?
FT_Library_SetLcdFilter= __dll__.FT_Library_SetLcdFilter
File "/usr/lib/python2.4/site-packages/ctypes-1.0.2-py2.4-linux-x86_64.egg/ctypes/__init__.py",
line 353, in __getattr__
func = self.__getitem__(name)
File "/usr/lib/python2.4/site-packages/ctypes-1.0.2-py2.4-linux-x86_64.egg/ctypes/__init__.py",
line 358, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/lib64/libfreetype.so.6: undefined symbol:
FT_Library_SetLcdFilter
What version of the product are you using? On what operating system?
0.3.3 on Linux 2.6.18-194.26.1.el5 #1 SMP x86_64 GNU/Linux
Please provide any additional information below.
Latest version works okay under Windows 7