I've installed lxml. First I installed it into the python path for inkscape (C:\program files\inkscape\python...) but that did not work. Apparently inkscape is using the main python install (C:\Python25), so I reinstalled it there and it worked. The scripts work now, but still have a major annoyance. The scripts constantly complain about importing 'locale'. It seems that the module search path is causing it to first find 'C:\Program Files\Inkscape\locale', and not the 'C:\Python25\Lib\locale.py'. It only emits a warning (every time the script executes), and the script still works, but it is annoying.
Since I don't need the locales I just removed the inkscape locale folder, but I still figure I'd report the problem.
Brian Vanderburg II