So it looks like we need to rebuild lxml for Maya 2014’s Python 2.7. I currently don’t have Visual Studio 2010 to even TRY rebuilding this.
Does anyone have a version that works with Maya 2014 or is willing to rebuild lxml and share? <3
Error: ImportError: file <maya console> line 1: DLL load failed: The specified module could not be found.
Awesome! This does work for Maya 2014.
It is a bit late and I did decide to use Python 2.7’s xml.etree modules, but I might take another look at lxml thanks to you.
FWIW, the nice thing about the built in xml.etree is that you avoid all this dll / bit depth/ OS nonsense – So far I’ve never found an application where the speed boost mattered enough to switch given the hassle factor…