I have a tkinter app that I am compiling to an .exe via py2exe.
tkinter
.exe
py2exe
In the setup file, I have set it to include lxml,
lxml
Py2exe has made documentation of this error on this page: http://www.py2exe.org/index.cgi/WorkingWithVariousPackagesAndModules
They also offer a working solution.