c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08077
[Bug 622302] Re: unable to run "python setup.py install" with Py 2.5 (ubuntu 8.04). Py 2.6 required
Hello Inaki,
Indeed, this was fixed by revision 2750
jth@xxxxxxxxxxx-20100920132845-aanmyzcsrsd0acqh back in september.
Thanks for reporting!
** Changed in: openobject-server
Importance: Undecided => Medium
** Changed in: openobject-server
Status: Triaged => Fix Released
** Changed in: openobject-server
Milestone: None => 6.0-rc2
--
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:
Fix Released
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'