c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #07296
[Bug 622302] Re: unable to run "python setup.py install" with Py 2.5 (ubuntu 8.04). Py 2.6 required
** Changed in: openobject-server
Status: New => Triaged
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/622302
Title:
unable to run "python setup.py install" with Py 2.5 (ubuntu 8.04). Py 2.6 required
Status in OpenObject Server:
Triaged
Bug description:
I am unable to install openerp-server trunk with today's revisions
+ cd /home/openerp/production/openerp-server
+ python setup.py install
Traceback (most recent call last):
File "setup.py", line 157, in <module>
data_files = data_files(),
File "setup.py", line 93, in data_files
for addonname, add_path in find_addons():
File "setup.py", line 55, in find_addons
for root, _, names in os.walk(join('bin', 'addons'), followlinks=True):
TypeError: walk() got an unexpected keyword argument 'followlinks'