Hi,
I'im tying to install Open ERP 4.2.2 on an SME 7.
SME 7 is based on Cent OS 4.3 and is using Python2.3.
The installation is ok.
I'm starting the server like this :
Code:
[root@dumbo ~]# su tinyerp
bash-3.00$ sh /usr/bin/tinyerp-server -d terp -r tinyerp -w tinyerp --db_host 127.0.0.1
Wed, 13 Aug 2008 18:48:30 INFO:objects:initialising distributed objects services
Wed, 13 Aug 2008 18:48:30 INFO:init:connecting to database
Wed, 13 Aug 2008 18:48:30 INFO:init:init db
Traceback (most recent call last):
File "./tinyerp-server.py", line 140, in ?
tools.init_db(cr)
File "/usr/lib/python2.3/site-packages/tinyerp-server/tools/misc.py", line 108, in init_db
cr.execute('insert into ir_module_module \
AttributeError: 'str' object has no attribute 'rsplit'
bash-3.00$ exit
exit
[root@dumbo ~]#
I've read here that 'rsplit' was dependent of Python 2.4 :
http://www.openerp.com/forum/topic4995.html
The database is correctly initialized in postgresql (8.2.9).
Can anybody confirm that 4.2.2 runs with Python 2.3 ?
Thanks...