for info how to build pyxml for python 2.6 for windows :

build pyxml :
if you have no compiler c++ on your computer, download and install visual c++ 
2008 express edition (free) :
http://www.microsoft.com/express/Downloads/#2008-Visual-CPP
add or change python25 in environment variable system "Path" :
C:\Python26;C:\Python26\bin;C:\Python26\scripts;
restart your computer
verify you have msvcp90.dll in c:\windows\system32
else copy or download it.
download pyxml sources v-0.8.4
http://sourceforge.net/projects/pyxml/files/
unzip it to path_you_want\pyxml-0.8.4 (without create another folder 
pyxml-0.8.4)
create folders:
pyxml-0.8.4\build
pyxml-0.8.4\build\lib.win32-2.6
pyxml-0.8.4\build\scripts-2.6
replace "as" par "as_" in
pyxml-0.8.4\xml\xpath\ParsedAbbreviatedAbsoluteLocationPath.py lines 27+28
pyxml-0.8.4\xml\xpath\ParsedAbbreviatedRelativeLocationPath.py lines 31+32
pyxml-0.8.4\xml\xslt\Stylesheet.py lines 376+377
open a windows console
cd path_where_unzip_pyxml\pyxml-0.8.4\
python setup build
python setup install
you should have c:\python26\lib\site-packages\_xmlplus created
copy entire folder pyxml-0.8.4\xml in c:\python26\lib\xml

thats'all.




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=53608#53608

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to