From: Antonio G. <aga...@gm...> - 2012-07-17 18:50:41
|
Hi list, I have a problem with a text3D.py example... Basically it doesn't correctly, and I receive the same error (FontTools modules are not installed...) when I run all the examples. I have a compiled version of vpython (5.74) on ubuntu 12.04. I've installed the FontTools 2.3 and compile it with no problems. Any idea? antonio@master:~/dev/visual-5.74_release/examples$ python text3D.py The ttfquery and/or FontTools modules are not installed, so the text object is unavailable. The ttfquery and/or FontTools modules are not installed, so the text object is unavailable. Traceback (most recent call last): File "text3D.py", line 8, in <module> vertical = (title.upper_left-title.start).norm() File "/usr/local/lib/python2.7/dist-packages/vis/primitives.py", line 1002, in get_upper_left return self.__frame.frame_to_world(self.__upper_left) AttributeError: 'text' object has no attribute '_text__frame' |