@mihavo, you can use ActivePython as the web client is now pure python 
application with minimum thirdrparty library dependencies. Do the following on 
your CentOS system...

$ export PATH=/path/to/ActivePython/bin:$PATH"
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ python ez_setup.py
$ cd /path/to/openerp-web/lib
$ ./populate.sh
$ cd ..

then edit the `openerp-web.py` and replace `#!/usr/bin/env python` with 
`#!/path/to/ActivePython/bin/python` and launch the web client...

@rvalyi, I tried myself on Ubuntu Jaunty few months ago and have some problems 
with dependencies, then I installed python 2.5 and it's working fine (yes I 
have uninstall python-xml and then need to install PyXML using easy_install). 
You should share your experience to help us migrating (I mean, supporting ;) ) 
python 2.6 as well.

- Amit




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

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

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


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

Reply via email to