26 Mar
2008
26 Mar
'08
6:08 p.m.
lxml version 2, from http://codespeak.net/lxml/lxml2.html#incompatible-changes
"Some API functions now require passing options as keyword arguments, as opposed to positional arguments."
e.g. the Edge 3d extension is broken because xpath is now ...xpath(path, namespaces=MyNameSpaces) rather than ...xpath(path, MyNameSpaces)
so does that mean I should fix the extension to work out which version of lxml it's using? Or assume 2.x?
Cheers -Terry