[cairo-commit] [cairo-www] src/cookbook

Carl Worth cworth at freedesktop.org
Thu Aug 2 08:18:55 PDT 2007


 src/cookbook/librsvgpython.mdwn |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 3c4a3808b4c48bc4859f25dc7078d51943de052a
Author: BehdadEsfahbod <behdad at behdad.org>
Date:   Thu Aug 2 08:18:55 2007 -0700

    Add note about using rsvg bindings from PyGTK

diff --git a/src/cookbook/librsvgpython.mdwn b/src/cookbook/librsvgpython.mdwn
index 4c5cc8d..cfb5a12 100644
--- a/src/cookbook/librsvgpython.mdwn
+++ b/src/cookbook/librsvgpython.mdwn
@@ -1,5 +1,7 @@
 [[meta title="Rendering SVG with libRSVG,Python and c-types"]]
 Back to [[cookbook]]
+
+Normally it's easier to use librsvg Python bindings from PyGTK, so you can import rsvg.  When that's not an option, you may be able to bind just enough of it using the ctypes module to use it.  Example for win32 follows.
     
 
     # Very primitive librsvg bindings for win32


More information about the cairo-commit mailing list