Commit Graph

4 Commits

Author SHA1 Message Date
Xavier Morel 6e7b5de861 [FIX] various fixes to setup.py and non-embedded launcher script, courtesy of Xavier Manach
bzr revid: xmo@openerp.com-20111025110806-ajcr4mdxj9fgx35f
2011-10-25 13:08:06 +02:00
xavinsky fdcd161a7e For import addons web modules, we need includes addons path in sys.path
Default addons path didn't works in Debian.
And config file or command line didn't affect the sys.path

sys.path.insert must be do after path_addons evaluation by config or param.

I add some formating path and test path with clearest error message.

bzr revid: xavier.manach@xcg-consulting.fr-20111024150144-kwby5dwi1gla4gmr
2011-10-24 17:01:44 +02:00
xavinsky 2e0737e830 Error when the log_config path is false.
And it is false in default configuration for now.
Then I switch to logging.basicConfig if path is bad.

bzr revid: xavier.manach@xcg-consulting.fr-20111024143408-9zarpka33m3te2pf
2011-10-24 16:34:08 +02:00
xavinsky c3b6ba7157 rename openerp-web.py to openerp-web
as openerp-server, openerp-client

bzr revid: xavier.manach@xcg-consulting.fr-20111024142543-sottvrs1chqlw0t4
2011-10-24 16:25:43 +02:00