[Tutor] import rsvg
davidwilson at Safe-mail.net
davidwilson at Safe-mail.net
Sat Jul 25 14:36:42 CEST 2009
Hello,
I have searched high and low but for the life of me I am unable to locate this module.
>>> import cairo
>>> import rsvg
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named rsvg
>>>
Basically from my previous post I would like to now manipulate the SVG files and export them as PNG. I am following the http://guillaume.segu.in/blog/code/43/svg-to-png/ post.
Is there an up to date method of doing this?
Dave
More information about the Tutor
mailing list