Advertisement
Guest User

Untitled

a guest
Jun 25th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. $ python
  2. Python 2.7.6 (default, Mar 22 2014, 22:59:56)
  3. [GCC 4.8.2] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import pango
  6. >>> import pangocairo
  7. Traceback (most recent call last):
  8. File "<stdin>", line 1, in <module>
  9. File "pangocairo.py", line 17, in <module>
  10. font_map = pangocairo.cairo_font_map_get_default()
  11. AttributeError: 'module' object has no attribute 'cairo_font_map_get_default'
  12. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement