On Mon, 2006-01-30 at 18:10 +1100, Mathew James Oakes wrote:
osx 10.3.9, python 2.3, Inkscape 0.4.3 (Inkscape_20060120.dmg)
installed PyXML-0.8.4 successfully
nothing happens when you go: File >> Execute Python in the script dialog
starting inkscape from command line gives only this error when that command is executed:
interpretScript: error starting Language '(null)'
I do other python stuff, and was looking forwards to generating complex artwork from algorithms in a form that was human editable later.
Mat,
Unfortunately using python internally is not quite up to snuff yet. I wouldn't recommend using python with Inkscape like that. You can still create generated art using python and Inkscape by using the scripting interface. Some examples, and documentation is at:
http://ekips.org/comp/inkscape/extending.php
Have fun! And if you have any more questions, feel free to post them.
--Ted