home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / python-cairo / README < prev   
Encoding:
Text File  |  2006-07-02  |  1.2 KB  |  42 lines

  1. Pycairo - Python bindings for cairo
  2. http://www.cairographics.org/pycairo
  3.  
  4. Compiling
  5. ---------
  6. See the INSTALL document for build instructions.
  7.  
  8. Dependencies
  9. ------------
  10.     cairo          >= 1.2.0
  11.     Python         >= 2.3
  12.  
  13.  
  14. Not required, but supported if they are detected:
  15.     libsvg-cairo    >= 0.1.6
  16.     Numeric Python    any version (?)
  17.     PyGTK        2.2.0 <= version < 2.7.0
  18.  
  19. PyGTK and the cairo.gtk module:
  20. PyGTK 2.8 and above has built in support for cairo and does not need to use the
  21. cairo.gtk module. The cairo.gtk module is deprecated and will be removed from
  22. a future version of pycairo.
  23.  
  24. libsvg-cairo and the cairo.svg module:
  25. libsvg-cairo is no longer actively maintained. Instead a recommended cairo-SVG
  26. library is pyrsvg (part of python-gnome-desktop) which is a Python binding of
  27. the librsvg library. The cairo.svg module is deprecated and will be removed
  28. from a future version of pycairo.
  29.  
  30.  
  31. Mailing List
  32. ------------
  33. If you have some ideas for how cairo or Pycairo could be improved, please feel
  34. free to send a message to cairo@cairographics.org
  35.  
  36.     http://cairographics.org/cgi-bin/mailman/listinfo/cairo
  37.  
  38. Bugzilla
  39. --------
  40. If you find a bug in Pycairo, please go to https://bugs.freedesktop.org/
  41. select the pycairo product and submit a bugreport.
  42.