Comment 3 for bug 514273

Revision history for this message
GEM (nimp3) wrote : Re: windows ImportError: No module named libxslt

Hi Jay,
thanks for your help,
the problem was found by another person named DL on the openerp forum (see the link of the topic I gave).
He says that the installer downloadable on the openerp site has not this error (v5.0.6),
but the problem is if somebody build openerp manually with last sources using windows :
see the topic http://www.openobject.com/forum/topic12184.html
and I have verified, differences between official version (dll ok) and manual build are (not this dll):
iconv.dll
libexslt.dll
libxml2.dll
libxslt.dll
as I said if I add libxslt and libxml2 in the list of modules to take in server\setup.py, it's ok.
If you want I can build with the manually method 2 servers (with and without libxml2 and libxslt in the list) that you could download and test.
The question is how openerp build is setup for windows, with linux or windows, perhaps that if it is with linux, installed modules in python are not all the same dependenties xor path ?