Hi,
with the different updates and new method of repository name of the client web, 
in client-web\win32\build\python25\lib\site-packages you have a lot of folders 
names with the number of the version of the package .egg, actually :
openerp_web-6.0devdev_20100827-py2.5.egg
the problem (for me) is that folders of the old revisions are not  deleted or 
not replaced by the new downloaded, and all this folders are imported in the 
setup build, and installed (but the client web doesn't run again, but it's more 
clean to have just the last folder .egg).

if you do not want to delete the old packages manually, in the script, in 
section client web before the command :
python win32\setup.py --quiet bdist_wininst
put this command which delete all folders in the interval defined in the 
command :

for /l %X in (20100800,1,20101231) do (for /d %Y in 
(ABSOLUTE_PATH_TO_FOLDER_SITE_PACKAGES) do rmdir /S /Q 
openerp_web-6.0devdev_%X-py2.5.egg

the interval given is ok for the rest of this year, just put your 
ABSOLUTE_PATH_TO_FOLDER_SITE_PACKAGES

another information (thanks to NOZ), the config file for client web trunk is 
now in folder client-web\doc and named openerp-web.cfg

in client-web\win32\setup.nsi modify line 161 :
File "/oname=openobject-web.cfg" "..\config\openobject-web.cfg"
by
File "/oname=openerp-web.cfg" "..\doc\openerp-web.cfg"

hope this will help.
Bye




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

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

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


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

Reply via email to