for users vista and 7 only : (should not work on xp because new command mklink 
which compute symbolic link for windows doesn't work on xp, sorry!) :

use symlink used in bzr_set.py to have symbolic link for addons in script with 
automatic update :


install  jaraco.windows to have symlink works in py2.5 with bazaar :
open a windows console and tape :
easy_install jaraco.windows
a second time to be sure there is no errors (strange message appears and 
cleared the first time)
files jaraco.windows-1.8-py2.5.egg,  jaraco.util-3.1-py2.5.eg, ...., are 
installed in site-packages
but this package doesn't work on python 2.5 then :
edit site-packages\easy-install.pth, delete line :
./jaraco.windows-1.8-py2.5.egg
delete jaraco.windows-1.8-py2.5.egg
download corrected lib by myself for python 2.5 of package jaraco and 
cbprint.py, extract directly in site-packages :
http://dl.free.fr/getfile.pl?file=/oyt262ZC

for info how I find solution to correct package jaraco.windows :
https://bugs.launchpad.net/bzr/+bug/81689?comments=all

in bzr_set.py add line in the head of file :
__import__('jaraco.windows.filesystem').windows.filesystem.patch_os_module()

keep your bazar repositery (do not copy addons in server\bin\addons, and don't 
replace in repository 'addons' by 'server\\bin\\addons')
bzr_repository = {
        'server': (BASEURL + '~openerp/openobject-server/' + version, True),
        'client': (BASEURL + '~openerp/openobject-client/' + version, True),
        'addons': (BASEURL + '~openerp/openobject-addons/' + version, True),
        'extra-addons': (BASEURL + '~openerp-commiter/openobject-addons/' + 
extraversion + '-extra-addons', False),
        'client-web': (BASEURL + '~openerp/openobject-client-web/' + 
webversion, True),

symlink should work now in script bzr_set.py




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

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

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


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

Reply via email to